jcockhren commited on
Commit
f02839a
1 Parent(s): 9de3044

fixup entrypoint

Browse files
Files changed (1) hide show
  1. Dockerfile +1 -1
Dockerfile CHANGED
@@ -9,4 +9,4 @@ COPY *.py .
9
 
10
  RUN pipenv install --system --deploy
11
 
12
- CMD ["python", "main.py"]
 
9
 
10
  RUN pipenv install --system --deploy
11
 
12
+ CMD ["python", "app.py"]