yonikremer
commited on
Commit
•
639c14e
1
Parent(s):
d641ed9
disabled XsrfProtection
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -18,4 +18,4 @@ ENV TOKENIZERS_PARALLELISM=false
|
|
18 |
COPY . /app/my_streamlit_app/
|
19 |
COPY ./.streamlit /app/my_streamlit_app/.streamlit/
|
20 |
|
21 |
-
CMD ["streamlit", "run", "--server.port", "7860", "--server.enableCORS", "false", "--browser.gatherUsageStats", "false", "--theme.base", "dark", "--server.maxUploadSize", "100000", "/app/my_streamlit_app/app.py"]
|
|
|
18 |
COPY . /app/my_streamlit_app/
|
19 |
COPY ./.streamlit /app/my_streamlit_app/.streamlit/
|
20 |
|
21 |
+
CMD ["streamlit", "run", "--server.port", "7860", "--server.enableCORS", "false", "--server.enableXsrfProtection", "false", "--browser.gatherUsageStats", "false", "--theme.base", "dark", "--server.maxUploadSize", "100000", "/app/my_streamlit_app/app.py"]
|