Fix things
This commit is contained in:
+1
-1
@@ -6,7 +6,7 @@ services:
|
||||
web:
|
||||
build: .
|
||||
image: 86.50.143.82:5000/web20
|
||||
command: ["bash", "-c", "./.wait-for-it.sh db:5432 -- bash setup.py --no-input"]
|
||||
command: ["bash", "-c", "cd /code && ./wait-for-it.sh db:5432 -- bash setup.sh --no-input --no-npm && python manage.py runserver 0.0.0.0:8080"]
|
||||
volumes:
|
||||
- .:/code
|
||||
ports:
|
||||
|
||||
Reference in New Issue
Block a user