From 2cf43884e0cb6e2825e8401a6dd4859b290ded71 Mon Sep 17 00:00:00 2001 From: oficcejo Date: Wed, 29 Oct 2025 21:27:40 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E6=9B=B4=E6=96=B0=E5=90=8Edo?= =?UTF-8?q?cker=E9=83=A8=E7=BD=B2=E9=97=AE=E9=A2=98?= 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 6520f30..49f6148 100644 --- a/Dockerfile +++ b/Dockerfile @@ -68,4 +68,4 @@ EXPOSE 8501 HEALTHCHECK CMD curl --fail http://localhost:8501/_stcore/health || exit 1 # 启动应用 -CMD ["python", "run.py"] \ No newline at end of file +CMD ["streamlit", "run", "app.py"] \ No newline at end of file