rishabhsinghjk commited on
Commit
01667a5
·
verified ·
1 Parent(s): 5a678d1

Upload folder using huggingface_hub

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -2
Dockerfile CHANGED
@@ -19,5 +19,5 @@ WORKDIR $HOME/app
19
 
20
  COPY --chown=user . $HOME/app
21
 
22
- # Define the command to run the Streamlit app on port "8505" and make it accessible externally
23
- CMD ["streamlit", "run", "app.py", "--server.port=8505", "--server.address=0.0.0.0", "--server.enableXsrfProtection=false"]
 
19
 
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"]