Mars203020 commited on
Commit
92d12b6
·
verified ·
1 Parent(s): 8931f12

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -3
Dockerfile CHANGED
@@ -57,8 +57,5 @@ USER appuser
57
  # Expose Streamlit port (7860 for HF Spaces)
58
  EXPOSE 7860
59
 
60
- # Health check
61
- HEALTHCHECK CMD curl --fail http://localhost:7860/_stcore/health || exit 1
62
-
63
  # Run Streamlit
64
  CMD ["streamlit", "run", "app.py", "--server.port=7860", "--server.address=0.0.0.0"]
 
57
  # Expose Streamlit port (7860 for HF Spaces)
58
  EXPOSE 7860
59
 
 
 
 
60
  # Run Streamlit
61
  CMD ["streamlit", "run", "app.py", "--server.port=7860", "--server.address=0.0.0.0"]