This commit is contained in:
2025-03-10 15:47:25 +08:00
parent e7323af51b
commit 82d65af4a9

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 -w 5
exec gunicorn --bind 0.0.0.0:8000 api.wsgi:application -w 5