Spaces:
Runtime error
Runtime error
xp
commited on
Commit
·
2666544
1
Parent(s):
623f0cc
add the enableXsrfProtection args
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -25,4 +25,4 @@ HEALTHCHECK CMD curl --fail http://localhost:8501/_stcore/health
|
|
| 25 |
|
| 26 |
WORKDIR /app/src
|
| 27 |
|
| 28 |
-
ENTRYPOINT ["streamlit", "run", "app.py", "--server.port=8501", "--server.address=0.0.0.0"]
|
|
|
|
| 25 |
|
| 26 |
WORKDIR /app/src
|
| 27 |
|
| 28 |
+
ENTRYPOINT ["streamlit", "run", "app.py", "--server.port=8501", "--server.address=0.0.0.0", "--server.enableXsrfProtection=false"]
|