aminaj commited on
Commit
7c59495
·
verified ·
1 Parent(s): 7e178d1

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -64,4 +64,4 @@ EXPOSE 8501
64
 
65
  # Run the application.
66
  # CMD ["bash", "-c", "uvicorn main:app --host 0.0.0.0 --port 7860 & streamlit run BrainBot.py --server.port 8501"]
67
- CMD ["bash", "-c", "./ngrok http 7860 & uvicorn main:app --host 0.0.0.0 --port 7860 & streamlit run BrainBot.py --server.port 8501"]
 
64
 
65
  # Run the application.
66
  # CMD ["bash", "-c", "uvicorn main:app --host 0.0.0.0 --port 7860 & streamlit run BrainBot.py --server.port 8501"]
67
+ CMD ["bash", "-c", "ngrok/ngrok http 7860 & uvicorn main:app --host 0.0.0.0 --port 7860 & streamlit run BrainBot.py --server.port 8501"]