3
0
Fork 0
mirror of https://github.com/ZeppelinBot/Zeppelin.git synced 2025-03-14 21:31:50 +00:00

Merge pull request #467 from martinbndr/fix-docker-compose-lightweight-migration-workdir

Fixing docker-compose lightweight migration workking_dir
This commit is contained in:
Miikka 2024-03-31 19:43:20 +03:00 committed by GitHub
commit 68a391f401
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -11,7 +11,7 @@ services:
HOST_MODE: lightweight
env_file:
- .env
working_dir: /zeppelin
working_dir: /zeppelin/backend
command: ["npm", "run", "migrate-prod"]
api: