Skip to content

Commit 67c7862

Browse files
committed
Rename python app file
Signed-off-by: Maysun J Faisal <[email protected]>
1 parent 21e17f8 commit 67c7862

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

app.py renamed to __main__.py

File renamed without changes.

docker/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ RUN pip install -r requirements.txt
1717
COPY . .
1818

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

0 commit comments

Comments
 (0)