Fix things

This commit is contained in:
Jan Tuomi
2017-09-15 20:11:44 +03:00
parent 84ca084533
commit 12027a5a80
4 changed files with 40 additions and 18 deletions
+1 -1
View File
@@ -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: