Skip to content

Commit 79d05f9

Browse files
authored
Update Dockerfile
1 parent 1bbe659 commit 79d05f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,4 +3,4 @@ WORKDIR /app
33
COPY app/ /app
44
RUN pip install Flask
55
EXPOSE 5000
6-
CMD ["python", "app-py"]
6+
CMD ["python", "app.py"]

0 commit comments

Comments
 (0)