Skip to content

bug fix in Dockerfile #7

merged 1 commit into from May 15, 2017
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
bug fix in Dockerfile
pcaskey committed May 15, 2017
commit 7139c2257ff6067306a3eaecd95a8492ca5fd17a
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", \