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

Fixing docker-compose lightweight migration workking_dir

Working_dir was fixed in the docker-compose standalone but not in the lightweight version
This commit is contained in:
Martin 2024-03-31 17:50:19 +02:00 committed by GitHub
parent b51543ea2c
commit 3d71684633
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: