Spaces:
Build error
Build error
eliphatfs
commited on
Commit
•
b58ab91
1
Parent(s):
e717925
Fix.
Browse files- 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"]
|