From 7139c2257ff6067306a3eaecd95a8492ca5fd17a Mon Sep 17 00:00:00 2001 From: Paul Caskey Date: Mon, 15 May 2017 14:29:53 -0500 Subject: [PATCH] bug fix in Dockerfile --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 279a8b9..2d683d9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -59,7 +59,8 @@ RUN chown -R root:root /opt/shibboleth/shibboleth-identity-provider-$version && rm -rf /usr/local/tomcat/webapps/* && \ ANT_OPTS="-Didp.target.dir=/opt/shibboleth/current" /opt/shibboleth/current/bin/build.sh && \ ln -s /opt/shibboleth/current /opt/shibboleth-idp && \ - ln -s /opt/shibboleth-idp/war/idp.war $CATALINA_HOME/webapps/idp.war + ln -s /opt/shibboleth-idp/war/idp.war $CATALINA_HOME/webapps/idp.war && \ + mkdir -p /opt/shibboleth/shibboleth-identity-provider-$VERSION/edit-webapp # for a mounted config VOLUME ["/usr/local/tomcat/conf", \