Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -34,4 +34,4 @@ ENV STREAMLIT_SERVER_PORT=7860
|
|
| 34 |
ENV STREAMLIT_BROWSER_GATHER_USAGE_STATS=false
|
| 35 |
|
| 36 |
# Run the application
|
| 37 |
-
CMD ["streamlit", "run", "app.py", "--server.port=7860", "--server.address=0.0.0.0"]
|
|
|
|
| 34 |
ENV STREAMLIT_BROWSER_GATHER_USAGE_STATS=false
|
| 35 |
|
| 36 |
# Run the application
|
| 37 |
+
CMD ["streamlit", "run", "app.py", "--server.port=7860", "--server.address=0.0.0.0", "--server.enableCORS=false", "--server.enableXsrfProtection=false"]
|