From 5b3645c68b49369829ef03d0502086f00f7eabba Mon Sep 17 00:00:00 2001 From: yuetsh <517252939@qq.com> Date: Fri, 7 Mar 2025 14:05:29 +0800 Subject: [PATCH] fix --- entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entrypoint.sh b/entrypoint.sh index 75466d4..6ac3b46 100644 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -1,4 +1,4 @@ #!/bin/sh python manage.py migrate --noinput -exec gunicorn api.wsgi -k uvicorn.workers.UvicornWorker --workers 5 --threads 4 \ No newline at end of file +exec gunicorn api.wsgi --bind :8000 -k uvicorn.workers.UvicornWorker --workers 5 --threads 4 \ No newline at end of file