q275343119 commited on
Commit
05ebe3d
·
1 Parent(s): 943f734

add - init

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -2
Dockerfile CHANGED
@@ -26,8 +26,7 @@ COPY app.py ./
26
  # 暴露 Streamlit 默认端口
27
  EXPOSE 8501
28
 
29
- # 健康检查
30
- HEALTHCHECK CMD curl --fail http://localhost:8501/_stcore/health || exit 1
31
 
32
  # 设置环境变量
33
  ENV PYTHONPATH=/app
 
26
  # 暴露 Streamlit 默认端口
27
  EXPOSE 8501
28
 
29
+
 
30
 
31
  # 设置环境变量
32
  ENV PYTHONPATH=/app