noumanjavaid commited on
Commit
95124ca
·
verified ·
1 Parent(s): 45087fb

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -28,4 +28,4 @@ EXPOSE 8501
28
  HEALTHCHECK CMD curl --fail http://localhost:8501/_stcore/health
29
 
30
  # Make sure this path matches your actual script name inside src/
31
- ENTRYPOINT ["streamlit", "run", "src/your_app_script.py", "--server.port=8501", "--server.address=0.0.0.0"]
 
28
  HEALTHCHECK CMD curl --fail http://localhost:8501/_stcore/health
29
 
30
  # Make sure this path matches your actual script name inside src/
31
+ ENTRYPOINT ["streamlit", "run", "src/streamlit_app.py", "--server.port=8501", "--server.address=0.0.0.0"]