manasvikalyan commited on
Commit
bd3bacd
·
verified ·
1 Parent(s): f07883e
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -20,5 +20,5 @@ EXPOSE 8501
20
 
21
  # Start FastAPI in background + Streamlit in foreground
22
  CMD uvicorn api:app --host 0.0.0.0 --port 8000 & \
23
- streamlit run app.py --server.port 8000 --server.address 0.0.0.0
24
 
 
20
 
21
  # Start FastAPI in background + Streamlit in foreground
22
  CMD uvicorn api:app --host 0.0.0.0 --port 8000 & \
23
+ streamlit run app_api.py --server.port 8501 --server.address 0.0.0.0
24