From 900b99f6814240b6af588079e81e19985fef4b7e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B4=BA=E6=B5=B7=E5=9B=BD?= <404580946@qq.com> Date: Wed, 15 Apr 2026 19:08:07 +0800 Subject: [PATCH] =?UTF-8?q?feature:=20=E4=BD=BF=E7=94=A8uv=E7=8E=AF?= =?UTF-8?q?=E5=A2=83=E4=B8=AD=E7=9A=84python?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index dd5b624..0087193 100644 --- a/Dockerfile +++ b/Dockerfile @@ -35,4 +35,4 @@ USER appuser EXPOSE 8000 # 启动命令 -CMD ["uv", "run","python", "app.py"] +CMD ["/app/.venv/bin/python", "app.py"]