AreejMehboob commited on
Commit
713546a
·
verified ·
1 Parent(s): 17aa4c9

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -34,6 +34,6 @@ EXPOSE 8501
34
  HEALTHCHECK CMD curl --fail http://localhost:8501/_stcore/health || exit 1
35
 
36
  # Start the Streamlit app
37
- ENTRYPOINT ["streamlit", "run", "src/streamlit_app.py", "--server.port=8501", "--server.address=0.0.0.0"]
38
 
39
 
 
34
  HEALTHCHECK CMD curl --fail http://localhost:8501/_stcore/health || exit 1
35
 
36
  # Start the Streamlit app
37
+ ENTRYPOINT ["streamlit", "run", "src/streamlit_app.py", "--server.port=5000", "--server.address=0.0.0.0"]
38
 
39