Skip to content

Commit 10bcaaa

Browse files
Update Dockerfile
1 parent 627d455 commit 10bcaaa

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,6 @@ LABEL maintainer="yaswanth.arumulla@gmail.com"
33
COPY . /app
44
WORKDIR /app
55
RUN pip install -r requirements.txt
6-
EXPOSE 8080
6+
EXPOSE 5000
77
ENTRYPOINT ["python"]
88
CMD ["src/app.py"]

0 commit comments

Comments
 (0)