Sher1988 commited on
Commit
f4531cd
·
verified ·
1 Parent(s): 9985a68

Update Dockerfile

Browse files
Files changed (1) hide show
  1. 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/streamlit_app.py", "--server.port=7860", "--server.address=0.0.0.0", "--server.enableCORS=false", "--server.enableXsrfProtection=false"]
 
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"]