euler314 commited on
Commit
fa83ad4
·
verified ·
1 Parent(s): c5e23a5

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/app.py"]
 
13
  RUN chmod -R 755 /app
14
 
15
  # Run the app
16
+ CMD ["streamlit", "run", "app.py"]