This commit is contained in:
2025-03-07 14:05:29 +08:00
parent a98c6710d8
commit 5b3645c68b

View File

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