ZacBl commited on
Commit
0605eb7
·
verified ·
1 Parent(s): cb7b2ab

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -31,4 +31,4 @@ EXPOSE 7860
31
  HEALTHCHECK CMD curl --fail http://localhost:7860/_stcore/health
32
 
33
  # Run app.py when the container launches
34
- CMD ["streamlit", "run", "app.py","--server.port=8501", "--server.address=0.0.0.0"]
 
31
  HEALTHCHECK CMD curl --fail http://localhost:7860/_stcore/health
32
 
33
  # Run app.py when the container launches
34
+ CMD ["streamlit", "run", "app.py","--server.port=7860", "--server.address=0.0.0.0"]