NaikPriyank commited on
Commit
0c9e2d4
·
verified ·
1 Parent(s): 03de8a4

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -1
Dockerfile CHANGED
@@ -30,7 +30,8 @@ COPY . /app/
30
  EXPOSE 7860
31
 
32
  # Set Streamlit's configuration to run on all interfaces
33
- ENV STREAMLIT_SERVER_ENABLECORS=false
 
34
  ENV STREAMLIT_SERVER_ENABLEWEBBROWSER=false
35
  ENV STREAMLIT_SERVER_PORT=8501
36
 
 
30
  EXPOSE 7860
31
 
32
  # Set Streamlit's configuration to run on all interfaces
33
+ ENV STREAMLIT_SERVER_ENABLE_CORS=false
34
+ ENV STREAMLIT_SERVER_ENABLE_XSRF_PROTECTION=false
35
  ENV STREAMLIT_SERVER_ENABLEWEBBROWSER=false
36
  ENV STREAMLIT_SERVER_PORT=8501
37