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:
commit
68a391f401
1 changed files with 1 additions and 1 deletions
|
@ -11,7 +11,7 @@ services:
|
|||
HOST_MODE: lightweight
|
||||
env_file:
|
||||
- .env
|
||||
working_dir: /zeppelin
|
||||
working_dir: /zeppelin/backend
|
||||
command: ["npm", "run", "migrate-prod"]
|
||||
|
||||
api:
|
||||
|
|
Loading…
Add table
Reference in a new issue