Spaces:
Sleeping
Sleeping
Commit
·
f2e1660
1
Parent(s):
9e8f23e
change docker4
Browse files- Dockerfile +1 -1
Dockerfile
CHANGED
@@ -17,7 +17,7 @@ EXPOSE 8000
|
|
17 |
EXPOSE 8501
|
18 |
|
19 |
# Run FastAPI then Streamlit
|
20 |
-
CMD uvicorn
|
21 |
streamlit run streamlit_app/app.py --server.port 8501
|
22 |
|
23 |
|
|
|
17 |
EXPOSE 8501
|
18 |
|
19 |
# Run FastAPI then Streamlit
|
20 |
+
CMD uvicorn main_api:app --host 0.0.0.0 --port 8000 & \
|
21 |
streamlit run streamlit_app/app.py --server.port 8501
|
22 |
|
23 |
|