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:
parent
b51543ea2c
commit
3d71684633
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