euler314 commited on
Commit
3189984
·
verified ·
1 Parent(s): dacfce9

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -13,4 +13,4 @@ COPY . .
13
  RUN chmod -R 755 /app
14
 
15
  # Run the app
16
- CMD ["streamlit", "run", "app/main.py"]
 
13
  RUN chmod -R 755 /app
14
 
15
  # Run the app
16
+ CMD ["streamlit", "run", "app/app.py"]