manasvikalyan commited on
Commit
10223f0
·
verified ·
1 Parent(s): eea2580
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -20,4 +20,4 @@ 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_api.py --server.port 8501 --server.address 0.0.0.0
 
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 8501 --server.address 0.0.0.0