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

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 ["BrainBot.py --server.port 8501 & uvicorn main:app --host 0.0.0.0 --port 7860"]
 
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"]