Don’t use bash for command.

This commit is contained in:
Drew Larson
2017-01-05 20:46:03 -06:00
parent 2e487dd20f
commit e962c4036b
+1 -1
View File
@@ -3,7 +3,7 @@ services:
workstand:
build:
context: .
command: "bash -c 'python manage.py runserver 0.0.0.0:8000'"
command: python manage.py runserver 0.0.0.0:8000
ports:
- "8000:8000"
depends_on: