Spaces:
Sleeping
Sleeping
added enableXsrfProtection and enableCORS
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -41,4 +41,4 @@ EXPOSE 8501
|
|
| 41 |
|
| 42 |
HEALTHCHECK CMD curl --fail http://localhost:8501/_stcore/health
|
| 43 |
|
| 44 |
-
ENTRYPOINT ["streamlit", "run", "src/streamlit_app.py", "--server.port=8501", "--server.address=0.0.0.0"]
|
|
|
|
| 41 |
|
| 42 |
HEALTHCHECK CMD curl --fail http://localhost:8501/_stcore/health
|
| 43 |
|
| 44 |
+
ENTRYPOINT ["streamlit", "run", "src/streamlit_app.py", "--server.port=8501", "--server.address=0.0.0.0","--server.enableXsrfProtection=false","--server.enableCORS=false"]
|