Spaces:
Sleeping
Sleeping
Commit
·
df92c1a
1
Parent(s):
3f4a2df
XSRF fix
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -24,4 +24,4 @@ ENV HOME=/home/user \
|
|
| 24 |
|
| 25 |
HEALTHCHECK CMD curl --fail http://localhost:8501/_stcore/health
|
| 26 |
|
| 27 |
-
ENTRYPOINT ["streamlit", "run", "src/streamlit_app.py", "--server.port=8501", "--server.address=0.0.0.0"]
|
|
|
|
| 24 |
|
| 25 |
HEALTHCHECK CMD curl --fail http://localhost:8501/_stcore/health
|
| 26 |
|
| 27 |
+
ENTRYPOINT ["streamlit", "run", "src/streamlit_app.py", "--server.port=8501", "--server.address=0.0.0.0", "--server.enableXsrfProtection=false"]
|