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