Skip to content

Commit

Permalink
bug fix in Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
pcaskey committed May 15, 2017
1 parent 589fdb5 commit 7139c22
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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", \
Expand Down

0 comments on commit 7139c22

Please sign in to comment.