Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Update Dockerfile
pcaskey committed Apr 26, 2019
1 parent 7da78ac commit 22df1c4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
@@ -70,7 +70,7 @@ RUN sed -i '/session required pam_loginuid.so/c\#session required pam_
EXPOSE 80 443

HEALTHCHECK --interval=1m --timeout=30s \
CMD curl -k -f https://127.0.0.1:8443/Shibboleth.sso/Status || exit 1
CMD curl -k -f https://127.0.0.1/Shibboleth.sso/Status || exit 1


CMD ["/usr/local/bin/startup.sh"]

0 comments on commit 22df1c4

Please sign in to comment.