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
|
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:
|
||||||
|
|
Loading…
Add table
Reference in a new issue