Spaces:
Running
Running
Fix Streamlit file upload 403 error
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -43,4 +43,4 @@ WORKDIR $HOME/app
|
|
| 43 |
# Copy the current directory contents into the container at $HOME/app setting the owner to the user
|
| 44 |
COPY --chown=user . $HOME/app
|
| 45 |
|
| 46 |
-
CMD ["streamlit", "run", "presidio_streamlit.py", "--server.port=7860", "--server.address=0.0.0.0"]
|
|
|
|
| 43 |
# Copy the current directory contents into the container at $HOME/app setting the owner to the user
|
| 44 |
COPY --chown=user . $HOME/app
|
| 45 |
|
| 46 |
+
CMD ["streamlit", "run", "presidio_streamlit.py", "--server.port=7860", "--server.address=0.0.0.0", "--server.enableXsrfProtection=false", "--server.enableCORS=false"]
|