PhantomCyril commited on
Commit
26fe546
·
verified ·
1 Parent(s): 78b0670

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -27,4 +27,4 @@ COPY . .
27
  EXPOSE 7860
28
 
29
  # Run the app
30
- CMD ["streamlit", "run", "streamlit_app.py", "--server.port", "7860", "--server.address", "0.0.0.0"]
 
27
  EXPOSE 7860
28
 
29
  # Run the app
30
+ CMD ["streamlit", "run", "app.py", "--server.port", "7860", "--server.address", "0.0.0.0"]