feat: 适配 Nginx /ai/ 路径前缀
Some checks failed
构建并部署 AI Agent 服务 / deploy (push) Failing after 1m25s

This commit is contained in:
2026-04-14 02:37:42 +08:00
parent 58b424982a
commit 8eccec3fb8
3 changed files with 4 additions and 4 deletions

View File

@@ -12,4 +12,4 @@ ENV PYTHONPATH=/app
EXPOSE 8501
CMD ["streamlit", "run", "frontend/frontend.py", "--server.port", "8501", "--server.address", "0.0.0.0"]
CMD ["streamlit", "run", "frontend/frontend.py", "--server.port", "8501", "--server.address", "0.0.0.0", "--server.baseUrlPath", "/ai"]