We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7be7b86 commit 0a179f7Copy full SHA for 0a179f7
Dockerfile
@@ -7,7 +7,7 @@ RUN microdnf -y module enable nginx:1.22 && \
7
microdnf -y --nodocs update && \
8
microdnf clean all
9
10
-HEALTHCHECK CMD curl --fail --insecure https://localhost:8443/accounts/login
+HEALTHCHECK CMD curl --fail --insecure https://127.0.0.1:8443/accounts/login/
11
EXPOSE 8080
12
EXPOSE 8443
13
COPY ./httpd-foreground /httpd-foreground
0 commit comments