saswatdas123 commited on
Commit
c861c1e
1 Parent(s): 33587ee

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -24,4 +24,4 @@ RUN pip install -r requirements.txt
24
  EXPOSE 8001
25
 
26
  # start fastapi application
27
- ENTRYPOINT ["streamlit", "run", "welcome.py", "--server.port=8001", "--server.address=0.0.0.0"]
 
24
  EXPOSE 8001
25
 
26
  # start fastapi application
27
+ ENTRYPOINT ["streamlit", "run", "app.py", "--server.port=8001", "--server.address=0.0.0.0"]