simnid commited on
Commit
6c07cb1
·
verified ·
1 Parent(s): d7e1181

Update Dockerfile

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