Skip to content

Commit 61b3c48

Browse files
committed
Expose port 80 in example Dockerfile
1 parent b3534ff commit 61b3c48

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

examples/practical-example/Dockerfile

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,6 @@ RUN apt-get update && \
1818

1919
COPY supervisord.conf /etc/supervisor/conf.d/supervisord.conf
2020

21+
EXPOSE 80
22+
2123
CMD ["/usr/bin/supervisord"]

0 commit comments

Comments
 (0)