Skip to content

Commit 2f68ae1

Browse files
authored
exposting port no to 80
1 parent 7f0aa07 commit 2f68ae1

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
@@ -13,7 +13,7 @@ COPY app.py /usr/src/app/
1313
COPY templates/index.html /usr/src/app/templates/
1414

1515
# tell the port number the container should expose
16-
EXPOSE 5000
16+
EXPOSE 80
1717

1818
# run the application
1919
CMD ["python", "/usr/src/app/app.py"]

0 commit comments

Comments
 (0)