aminaj commited on
Commit
8647ff5
·
verified ·
1 Parent(s): 342ae2c

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -1
Dockerfile CHANGED
@@ -70,4 +70,5 @@ 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"]
 
 
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"]
74
+ CMD ["streamlit run BrainBot.py --server.port 8501"]