Skip to content

Commit

Permalink
Merge pull request #8 from docker/ini
Browse files Browse the repository at this point in the history
minor fix to Dockerfile
  • Loading branch information
pcaskey authored May 15, 2017
2 parents 204f3a2 + 6ce0c84 commit 5501823
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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", \
Expand Down

0 comments on commit 5501823

Please sign in to comment.