Spaces:
Sleeping
Sleeping
Commit ·
5ffb3fe
1
Parent(s): 4016dce
Updated dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -16,4 +16,4 @@ EXPOSE 7860
|
|
| 16 |
|
| 17 |
HEALTHCHECK CMD curl --fail http://localhost:7860/health || exit 1
|
| 18 |
|
| 19 |
-
CMD ["streamlit", "run", "app.py", "--server.port=7860", "--server.address=0.0.0.0"]
|
|
|
|
| 16 |
|
| 17 |
HEALTHCHECK CMD curl --fail http://localhost:7860/health || exit 1
|
| 18 |
|
| 19 |
+
CMD ["streamlit", "run", "app.py", "--server.port=7860", "--server.address=0.0.0.0", "--server.enableXsrfProtection=false", "--server.enableCORS=false"]
|