We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9f0fda0 commit a22efcdCopy full SHA for a22efcd
1 file changed
Dockerfile
@@ -4,4 +4,4 @@ COPY ./nginx.conf /etc/nginx/nginx.conf
4
COPY ./content/ /var/www/
5
6
HEALTHCHECK --interval=30s --timeout=3s --retries=3 \
7
- CMD ["/usr/bin/hc", "http://localhost:8080/"]
+ CMD ["/bin/httpcheck", "http://localhost:8080/"]
0 commit comments