eliphatfs commited on
Commit
b58ab91
β€’
1 Parent(s): e717925
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -35,4 +35,4 @@ WORKDIR $HOME/app
35
  # Copy the current directory contents into the container at $HOME/app setting the owner to the user
36
  COPY --chown=user . $HOME/app
37
 
38
- CMD ["streamlit", "run", "--server.enableXsrfProtection false", "app.py"]
 
35
  # Copy the current directory contents into the container at $HOME/app setting the owner to the user
36
  COPY --chown=user . $HOME/app
37
 
38
+ CMD ["streamlit", "run", "--server.enableXsrfProtection", "false", "app.py"]