Merge pull request #211 from TxtDot/dc09/docker-env-fix

fix(docker): change dist/.env path after restructuring
This commit is contained in:
Artemy Egorov 2024-07-25 19:02:40 +03:00 committed by GitHub
commit c7d9e96d35
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 2 deletions

View File

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