Spaces:
Sleeping
Sleeping
Update Dockerfile
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
|
@@ -20,4 +20,4 @@ EXPOSE 7860
|
|
| 20 |
HEALTHCHECK CMD curl --fail http://localhost:7860/_stcore/health
|
| 21 |
|
| 22 |
# Add the XSRF and CORS disable flags to ENTRYPOINT
|
| 23 |
-
ENTRYPOINT ["streamlit", "run", "src/
|
|
|
|
| 20 |
HEALTHCHECK CMD curl --fail http://localhost:7860/_stcore/health
|
| 21 |
|
| 22 |
# Add the XSRF and CORS disable flags to ENTRYPOINT
|
| 23 |
+
ENTRYPOINT ["streamlit", "run", "src/image_classifier_app.py", "--server.port=7860", "--server.address=0.0.0.0", "--server.enableCORS=false", "--server.enableXsrfProtection=false"]
|