This commit is contained in:
@@ -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"]
|
||||||
|
|||||||
Reference in New Issue
Block a user