aminaj commited on
Commit
0020c5a
·
verified ·
1 Parent(s): 8647ff5

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
  # 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"]
 
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 ["bash", "-c", "streamlit run BrainBot.py --server.port 8501"]