Skip to content

Commit 017b977

Browse files
committed
bind port 80 in docker
1 parent 35b64cb commit 017b977

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dockerfiles/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ COPY vendor /srv/docsrs/vendor
7373

7474
WORKDIR /srv/docsrs
7575
# Tini is a small init binary to properly handle signals
76-
CMD ["/usr/bin/tini", "/usr/local/bin/cratesfyi", "start-web-server"]
76+
CMD ["/usr/bin/tini", "/usr/local/bin/cratesfyi", "start-web-server", "0.0.0.0:80"]
7777

7878
##################
7979
# Output stage #

0 commit comments

Comments
 (0)