RoyAalekh commited on
Commit
9ff9f0d
·
1 Parent(s): e4c4bc9

updated port

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -24,6 +24,6 @@ ENV PYTHONPATH="/app"
24
  # Health check commands
25
  RUN uv --version && python --version && which court-scheduler && which streamlit
26
 
27
- EXPOSE 8501
28
 
29
- CMD ["streamlit", "run", "app.py", "--server.port=8501", "--server.address=0.0.0.0"]
 
24
  # Health check commands
25
  RUN uv --version && python --version && which court-scheduler && which streamlit
26
 
27
+ EXPOSE 7860
28
 
29
+ CMD ["streamlit", "run", "app.py", "--server.port=7860", "--server.address=0.0.0.0"]