anchit48 commited on
Commit
71e2292
·
verified ·
1 Parent(s): 352a655

change port

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -23,4 +23,4 @@ EXPOSE 7860
23
  HEALTHCHECK CMD curl --fail http://localhost:7860/_stcore/health
24
 
25
  # 6. RUN THE APP (Ensuring we point to app.py on port 7860)
26
- ENTRYPOINT ["streamlit", "run", "app.py", "--server.port=7860", "--server.address=0.0.0.0"]
 
23
  HEALTHCHECK CMD curl --fail http://localhost:7860/_stcore/health
24
 
25
  # 6. RUN THE APP (Ensuring we point to app.py on port 7860)
26
+ ENTRYPOINT ["streamlit", "run", "app.py", "--server.port=8501", "--server.address=0.0.0.0"]