harriskr14 commited on
Commit
5ffb3fe
·
1 Parent(s): 4016dce

Updated dockerfile

Browse files
Files changed (1) hide show
  1. 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"]