Skip to content

Commit 5e7ad3f

Browse files
authored
Update Dockerfile
1 parent 65d6b82 commit 5e7ad3f

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,6 +3,6 @@ LABEL maintainer="lorenz.vanthillo@gmail.com"
33
COPY . /app
44
WORKDIR /app
55
RUN pip install -r requirements.txt
6-
ENTRYPOINT ["python"]
76
EXPOSE 5000
7+
ENTRYPOINT ["python"]
88
CMD ["app/app.py"]

0 commit comments

Comments
 (0)