Enoch1359 commited on
Commit
fde8370
·
verified ·
1 Parent(s): 6c4c562

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -20,4 +20,4 @@ WORKDIR $HOME/app
20
  COPY --chown=user . $HOME/app
21
 
22
  # Define the command to run the Streamlit app on port "8501" and make it accessible externally
23
- CMD ["streamlit", "run", "app.py", "--server.port=8501", "--server.address=0.0.0.0", "--server.enableXsrfProtection=false"]
 
20
  COPY --chown=user . $HOME/app
21
 
22
  # Define the command to run the Streamlit app on port "8501" and make it accessible externally
23
+ CMD ["streamlit", "run", "app.py", "--server.port=7860", "--server.address=0.0.0.0", "--server.enableXsrfProtection=false"]