Update compose django, Fixed #405

Signed-off-by: Kang HuaiShuai <khs1994@khs1994.com>
This commit is contained in:
Kang HuaiShuai
2019-07-03 11:47:02 +08:00
parent 59af28af86
commit b9247c16df
5 changed files with 12 additions and 33 deletions

View File

@@ -6,7 +6,7 @@ services:
web:
build: .
command: python3 manage.py runserver 0.0.0.0:8000
command: python manage.py runserver 0.0.0.0:8000
volumes:
- .:/code
ports: