aminaj commited on
Commit
4eedbae
·
verified ·
1 Parent(s): 03bc888

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -71,4 +71,4 @@ EXPOSE 8501
71
  # Run the application.
72
  ENTRYPOINT ["streamlit", "run"]
73
  # CMD uvicorn 'main:app' --host=0.0.0.0 --port=8000
74
- CMD ["bash", "-c", "uvicorn main:app --host 0.0.0.0 --port 7860 & streamlit run BrainBot.py --server.port 8501"]
 
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"]