1
0
mirror of https://github.com/fspc/workstand.git synced 2025-02-23 09:13:23 -05:00

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

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: