Fix: .env config path

This commit is contained in:
DarkCat09 2023-09-26 17:45:17 +04:00
parent 51bcc663b6
commit 272613e099
No known key found for this signature in database
GPG Key ID: 0A26CD5B3345D6E3

View File

@ -7,4 +7,4 @@ services:
- "8080:8080" - "8080:8080"
restart: unless-stopped restart: unless-stopped
volumes: volumes:
- ".env:/app/dist/.env" - ".env:/app/.env"