update docker dev.yml
This commit is contained in:
@@ -91,6 +91,10 @@ services:
|
||||
depends_on:
|
||||
db:
|
||||
condition: service_healthy
|
||||
command: >
|
||||
sh -c "python manage.py makemigrations &&
|
||||
python manage.py migrate &&
|
||||
daphne -b 0.0.0.0 backend.asgi:application"
|
||||
|
||||
web:
|
||||
build:
|
||||
|
||||
Reference in New Issue
Block a user