Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Merge pull request #7 from docker/ini
bug fix in Dockerfile
pcaskey committed May 15, 2017
2 parents b536227 + 7139c22 commit 204f3a2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion 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", \

0 comments on commit 204f3a2

Please sign in to comment.