This commit is contained in:
2025-03-10 15:43:41 +08:00
parent b5340c9f49
commit 7ad09ed2fd

View File

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