Niv03 commited on
Commit
ae9499f
·
1 Parent(s): b517011

edit dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -10,5 +10,5 @@ RUN mkdir /.cache
10
 
11
  RUN chmod 777 /.cache
12
 
13
- CMD ["streamlit", "run", "app.py"]
14
 
 
10
 
11
  RUN chmod 777 /.cache
12
 
13
+ CMD ["streamlit", "run", "app.py", "--server.enableXsrfProtection", "false"]
14