This commit is contained in:
2025-03-09 20:55:04 +08:00
parent cd6312f701
commit fa3dd701ea

View File

@@ -1,4 +1,4 @@
#!/bin/sh
python manage.py migrate --noinput
exec gunicorn --bind 0.0.0.0:8000 api.wsgi:application
exec gunicorn --bind 0.0.0.0:8000 api.asgi:application -k uvicorn.workers.UvicornWorker