Skip to content

Commit f29292e

Browse files
committed
Add the EXPOSE statement to the Dockerfile for nginx
[refs #83f94a83b870]
1 parent 436e0af commit f29292e

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

nginx/Dockerfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,4 @@ COPY ./html/ /var/www/html/
1515

1616
CMD ["/usr/sbin/nginx", "-g", "daemon off;"]
1717

18+
EXPOSE 80

0 commit comments

Comments
 (0)