前端报错修复
Some checks failed
构建并部署 AI Agent 服务 / deploy (push) Failing after 5m13s

This commit is contained in:
2026-04-22 13:59:33 +08:00
parent 4db8a51461
commit ce04cd0a74

View File

@@ -18,4 +18,4 @@ COPY frontend/src/ ./src/
EXPOSE 8501 EXPOSE 8501
# 启动命令 # 启动命令
CMD ["streamlit", "run", "src.frontend_main", "--server.port", "8501", "--server.address", "0.0.0.0", "--server.baseUrlPath", "/ai"] CMD ["streamlit", "run", "src/frontend_main.py", "--server.port", "8501", "--server.address", "0.0.0.0", "--server.baseUrlPath", "/ai"]