awacke1 commited on
Commit
313b14e
·
verified ·
1 Parent(s): 2dc9e6e

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -16,6 +16,6 @@ RUN pip3 install -r requirements.txt
16
 
17
  EXPOSE 8000
18
 
19
- HEALTHCHECK CMD curl --fail http://localhost:8501/_stcore/health
20
 
21
  ENTRYPOINT ["streamlit", "run", "app.py", "--server.port=8000", "--server.address=0.0.0.0"]
 
16
 
17
  EXPOSE 8000
18
 
19
+ HEALTHCHECK CMD curl --fail http://localhost:8000/_stcore/health
20
 
21
  ENTRYPOINT ["streamlit", "run", "app.py", "--server.port=8000", "--server.address=0.0.0.0"]