From 964337dccbf39f671e3eaeca4bc94a99cd2f22ce Mon Sep 17 00:00:00 2001 From: renzhiyuan <465386466@qq.com> Date: Tue, 5 Aug 2025 10:43:37 +0800 Subject: [PATCH] 1 --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index 0795e7a..bdf65dd 100644 --- a/Dockerfile +++ b/Dockerfile @@ -19,5 +19,5 @@ RUN pip install --no-cache-dir -r requirements.txt -i https://mirrors.aliyun.com EXPOSE 5000 # 启动命令(使用 Gunicorn 替代 Flask 开发服务器) -#CMD ["waitress-serve", "--host", "0.0.0.0:5000", "--port", "5000", "app:app"] -CMD ["flask ","run ", "--host=", "0.0.0.0:5000", "--port=", "5000", "app:app"] \ No newline at end of file +CMD ["waitress-serve", "--host=", "0.0.0.0:5000", "--port=", "5000", "app:app"] +#CMD ["flask ","run ", "--host=", "0.0.0.0:5000", "--port=", "5000", "app:app"] \ No newline at end of file