shahabkahn commited on
Commit
b5af15f
·
verified ·
1 Parent(s): 9472a68

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -51,4 +51,4 @@ EXPOSE 7860
51
  EXPOSE 8501
52
 
53
  # Run the application.
54
- CMD ["bash", "-c", "uvicorn app:app --host 0.0.0.0 --port 7860"]
 
51
  EXPOSE 8501
52
 
53
  # Run the application.
54
+ CMD ["bash", "-c", "uvicorn app:app --host 0.0.0.0 --port 7860 & streamlit run frontend.py --server.port 8501 --server.enableXsrfProtection false"]