This commit is contained in:
2025-03-09 20:53:54 +08:00
parent 82f65675b3
commit cd6312f701

View File

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