We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9098afb commit b9f5db5Copy full SHA for b9f5db5
1 file changed
Dockerfile
@@ -12,7 +12,7 @@ RUN apk add --no-cache \
12
ARG workdir=/var/www
13
WORKDIR "${workdir}"
14
15
-HEALTHCHECK --interval=10s --start-period=90s CMD netstat -ltn | grep -c ":443"
+HEALTHCHECK --interval=10s --start-period=90s CMD [ "sh", "-c", "netstat -ltn | grep -c :443" ]
16
17
ENV EXPIRATION_DAYS=30
18
ENV NGINX_DOCUMENT_ROOT=/var/www/web
0 commit comments