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:
parent
2e487dd20f
commit
e962c4036b
@ -3,7 +3,7 @@ services:
|
|||||||
workstand:
|
workstand:
|
||||||
build:
|
build:
|
||||||
context: .
|
context: .
|
||||||
command: "bash -c 'python manage.py runserver 0.0.0.0:8000'"
|
command: python manage.py runserver 0.0.0.0:8000
|
||||||
ports:
|
ports:
|
||||||
- "8000:8000"
|
- "8000:8000"
|
||||||
depends_on:
|
depends_on:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user