ericjedha commited on
Commit
39c8ca6
·
verified ·
1 Parent(s): 395450a

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +0 -2
Dockerfile CHANGED
@@ -16,7 +16,5 @@ RUN pip3 install -r requirements.txt
16
  COPY --chown=user . $HOME/app
17
 
18
  EXPOSE 7860
19
- HEALTHCHECK --interval=30s --timeout=30s --start-period=5s --retries=3 \
20
- CMD curl --fail http://localhost:8501/_stcore/health
21
 
22
  CMD streamlit run --server.port 7860 app.py
 
16
  COPY --chown=user . $HOME/app
17
 
18
  EXPOSE 7860
 
 
19
 
20
  CMD streamlit run --server.port 7860 app.py