From 6ce0c8468e3327b8de3c69c034f3b4440a304dc4 Mon Sep 17 00:00:00 2001 From: Paul Caskey Date: Mon, 15 May 2017 15:59:30 -0500 Subject: [PATCH] minor fix to Dockerfile --- Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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", \