Juna190825 commited on
Commit
7c82cf2
·
verified ·
1 Parent(s): 4de82d5

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +2 -0
Dockerfile CHANGED
@@ -11,6 +11,8 @@ COPY streamlit_app.py .
11
  EXPOSE 7860
12
 
13
  # CMD uvicorn app.main:app --host 0.0.0.0 --port 7860 & streamlit run streamlit_app.py --server.port 7860 --server.address 0.0.0.0
 
14
  CMD uvicorn app.main:app --host 0.0.0.0 --port 7860 & \
15
  streamlit run streamlit_app.py --server.port 7861 --server.address 0.0.0.0
16
 
 
 
11
  EXPOSE 7860
12
 
13
  # CMD uvicorn app.main:app --host 0.0.0.0 --port 7860 & streamlit run streamlit_app.py --server.port 7860 --server.address 0.0.0.0
14
+ # Run FastAPI on port 7860 and Streamlit on 7861
15
  CMD uvicorn app.main:app --host 0.0.0.0 --port 7860 & \
16
  streamlit run streamlit_app.py --server.port 7861 --server.address 0.0.0.0
17
 
18
+