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 HOST_MODE: lightweight
env_file: env_file:
- .env - .env
working_dir: /zeppelin working_dir: /zeppelin/backend
command: ["npm", "run", "migrate-prod"] command: ["npm", "run", "migrate-prod"]
api: api: