This commit is contained in:
2025-03-07 13:43:01 +08:00
parent 0f55876c52
commit 4c1f3ded00

View File

@@ -1,4 +1,4 @@
#!/bin/sh #!/bin/sh
python manage.py migrate --noinput python manage.py migrate --noinput
exec gunicorn --bind :8000 --workers 3 api.asgi:application exec gunicorn --bind :8000 --workers 5 api.asgi:application