aminaj commited on
Commit
6450f67
·
verified ·
1 Parent(s): 16366fe

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -2
Dockerfile CHANGED
@@ -69,6 +69,5 @@ EXPOSE 7860
69
  EXPOSE 8501
70
 
71
  # Run the application.
72
- ENTRYPOINT ["streamlit", "run"]
73
  # CMD uvicorn 'main:app' --host=0.0.0.0 --port=8000
74
- CMD ["BrainBot.py --server.port 8501", "uvicorn main:app --host 0.0.0.0 --port 7860"]
 
69
  EXPOSE 8501
70
 
71
  # Run the application.
 
72
  # CMD uvicorn 'main:app' --host=0.0.0.0 --port=8000
73
+ CMD ["bash", "-c", "uvicorn main:app --host 0.0.0.0 --port 7860 & streamlit run BrainBot.py --server.port 8501"]