Skip to content

Commit a22efcd

Browse files
committed
Typo
1 parent 9f0fda0 commit a22efcd

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
@@ -4,4 +4,4 @@ COPY ./nginx.conf /etc/nginx/nginx.conf
44
COPY ./content/ /var/www/
55

66
HEALTHCHECK --interval=30s --timeout=3s --retries=3 \
7-
CMD ["/usr/bin/hc", "http://localhost:8080/"]
7+
CMD ["/bin/httpcheck", "http://localhost:8080/"]

0 commit comments

Comments
 (0)