NEXAS commited on
Commit
d4ba13e
·
verified ·
1 Parent(s): 447c247

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -48,4 +48,4 @@ USER user
48
  EXPOSE 7860
49
 
50
  # Run Streamlit with the correct port and address
51
- CMD ["streamlit", "run", "app.py", "--server.port", "7860", "--server.address", "0.0.0.0"]
 
48
  EXPOSE 7860
49
 
50
  # Run Streamlit with the correct port and address
51
+ CMD ["streamlit", "run", "app.py", "--server.port", "7860", "--server.address", "0.0.0.0", "--server.enableCORS", "false", "--server.enableXsrfProtection", "false"]