fix(docker): change dist/.env volume path after restructuring project

This commit is contained in:
DarkCat09 2024-07-25 19:02:15 +04:00
parent e6474b1a77
commit 0ea6f9135a

View File

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