Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update Dockerfile
pcaskey committed Nov 8, 2017
1 parent 631178b commit b55cd69
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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

0 comments on commit b55cd69

Please sign in to comment.