Spaces:
Running
Running
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -48,4 +48,4 @@ USER user
|
|
| 48 |
EXPOSE 7860
|
| 49 |
|
| 50 |
# Run Streamlit with the correct port and address
|
| 51 |
-
CMD ["streamlit", "run", "app.py", "--server.port", "7860", "--server.address", "0.0.0.0"]
|
|
|
|
| 48 |
EXPOSE 7860
|
| 49 |
|
| 50 |
# Run Streamlit with the correct port and address
|
| 51 |
+
CMD ["streamlit", "run", "app.py", "--server.port", "7860", "--server.address", "0.0.0.0", "--server.enableCORS", "false", "--server.enableXsrfProtection", "false"]
|