Juna190825 commited on
Commit
4de82d5
·
verified ·
1 Parent(s): 01a0232

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +4 -1
Dockerfile CHANGED
@@ -10,4 +10,7 @@ COPY streamlit_app.py .
10
 
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
 
 
 
 
10
 
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
+