diff --git a/Dockerfile b/Dockerfile index d15f8ee..b978858 100644 --- a/Dockerfile +++ b/Dockerfile @@ -224,7 +224,7 @@ EXPOSE 443 #establish a healthcheck command so that docker might know the container's true state HEALTHCHECK --interval=2m --timeout=30s \ - CMD curl -k -f https://127.0.0.1:8443/idp/status || exit 1 + CMD curl -k -f https://127.0.0.1/idp/status || exit 1 # Start tomcat/crond