修复更新后docker部署问题

This commit is contained in:
oficcejo
2025-10-29 21:27:40 +08:00
parent 91d32c6ffa
commit 2cf43884e0
+1 -1
View File
@@ -68,4 +68,4 @@ EXPOSE 8501
HEALTHCHECK CMD curl --fail http://localhost:8501/_stcore/health || exit 1
# 启动应用
CMD ["python", "run.py"]
CMD ["streamlit", "run", "app.py"]