From 613f5bb9cf5021c0b638d6f3d05288911abb3264 Mon Sep 17 00:00:00 2001 From: yuetsh <517252939@qq.com> Date: Fri, 7 Mar 2025 13:48:27 +0800 Subject: [PATCH] fix --- entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entrypoint.sh b/entrypoint.sh index 80e2612..8190bee 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -1,4 +1,4 @@ #!/bin/sh python manage.py migrate --noinput -exec gunicorn --bind :8000 --workers 5 api.asgi:application -k uvicorn.workers.UvicornWorker \ No newline at end of file +exec gunicorn -w 5 -k uvicorn.workers.UvicornWorker api.asgi:application \ No newline at end of file