rairo commited on
Commit
46b6e05
·
verified ·
1 Parent(s): 25b9791

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -28,4 +28,4 @@ USER root
28
  RUN chmod 777 ~/app/*
29
  USER user
30
 
31
- CMD ["python", "main.py"]
 
28
  RUN chmod 777 ~/app/*
29
  USER user
30
 
31
+ CMD ["python", "app.py"]