change fix .env path
Some checks failed
Deploy SvelteKit / deploy (push) Failing after 9s

This commit is contained in:
William Diakite 2025-07-24 17:12:29 -04:00
parent 8921bffdde
commit 25366d712b

View file

@ -19,7 +19,7 @@ services:
- NODE_ENV=production
- TOKEN_SECRET_KEY=${TOKEN_SECRET_KEY}
- DB_PATH=${DB_PATH}
env_file: .env
env_file: ./cms/.env
volumes:
- alliances_volume:/app/.manifest
- /var/run/docker.sock:/var/run/docker.sock