aminaj commited on
Commit
48305a9
1 Parent(s): cc04bea

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -63,4 +63,4 @@ EXPOSE 7860
63
  EXPOSE 8501
64
 
65
  # Run the application.
66
- CMD ["bash", "-c", "uvicorn main:app --host 0.0.0.0 --port 7860 & streamlit run BrainBot.py --server.port 8501"]
 
63
  EXPOSE 8501
64
 
65
  # Run the application.
66
+ CMD ["bash", "-c", "uvicorn main:app --host 0.0.0.0 --port 7860 & streamlit run BrainBot.py --server.port 8501 --server.enableXsrfProtection false"]