This commit is contained in:
2025-03-10 15:45:27 +08:00
parent 7ad09ed2fd
commit e7323af51b

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