update docker dev.yml

This commit is contained in:
XIE7654
2025-07-13 21:42:25 +08:00
parent f5314efc81
commit badba2662f
5 changed files with 55 additions and 15 deletions

View File

@@ -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: