simnid commited on
Commit
949b05c
·
verified ·
1 Parent(s): f0921c8

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -23,6 +23,6 @@ COPY --chown=user . $HOME/app
23
 
24
  # Define the command to run the Streamlit app
25
  CMD ["streamlit", "run", "app.py", \
26
- "--server.port=7860", \ # changed from 8501 to 7860 to avoid conflict with hugging face
27
  "--server.address=0.0.0.0", \
28
  "--server.enableXsrfProtection=false"]
 
23
 
24
  # Define the command to run the Streamlit app
25
  CMD ["streamlit", "run", "app.py", \
26
+ "--server.port=7860", \
27
  "--server.address=0.0.0.0", \
28
  "--server.enableXsrfProtection=false"]