rgres commited on
Commit
5ce26e7
·
1 Parent(s): c695ef1

Update Dockerfile

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -27,4 +27,4 @@ ENV HOME=/home/user \
27
 
28
  COPY . .
29
 
30
- CMD ["python3", "main.py"]
 
27
 
28
  COPY . .
29
 
30
+ CMD ["python3", "app.py"]