Skip to content

Commit 83e9cbc

Browse files
committed
Revert file name to app.py
Signed-off-by: Maysun J Faisal <[email protected]>
1 parent dba6e1b commit 83e9cbc

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

__main__.py renamed to app.py

File renamed without changes.

docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ RUN \
1919
fi
2020

2121
# Specify the command to run on container start
22-
CMD [ "python", "." ]
22+
CMD [ "python", "./app.py" ]

0 commit comments

Comments
 (0)