From 82f65675b3f36e2c71458db26def090955e21c31 Mon Sep 17 00:00:00 2001 From: yuetsh <517252939@qq.com> Date: Sun, 9 Mar 2025 20:48:08 +0800 Subject: [PATCH] use wsgi --- entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entrypoint.sh b/entrypoint.sh index a7d9019..be822b5 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -1,4 +1,4 @@ #!/bin/sh python manage.py migrate --noinput -exec gunicorn --bind 0.0.0.0:8000 api.asgi:application -k uvicorn.workers.UvicornWorker \ No newline at end of file +exec gunicorn --bind 0.0.0.0:8000 api.wsgi:application -k uvicorn.workers.UvicornWorker \ No newline at end of file