diff --git a/Dockerfile b/Dockerfile index 2d683d9..f349102 100644 --- a/Dockerfile +++ b/Dockerfile @@ -57,10 +57,10 @@ ARG SHBLOG=logs/shib-idp RUN chown -R root:root /opt/shibboleth/shibboleth-identity-provider-$version && \ rm -rf /usr/local/tomcat/webapps/* && \ + mkdir -p /opt/shibboleth/shibboleth-identity-provider-$VERSION/edit-webapp && \ 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 && \ - mkdir -p /opt/shibboleth/shibboleth-identity-provider-$VERSION/edit-webapp + ln -s /opt/shibboleth-idp/war/idp.war $CATALINA_HOME/webapps/idp.war # for a mounted config VOLUME ["/usr/local/tomcat/conf", \