Skip to content

Commit

Permalink
Removing conflict with binscripts management on Jenkins
Browse files Browse the repository at this point in the history
  • Loading branch information
Jim Van Fleet committed Sep 12, 2016
1 parent f4e088c commit b1dde17
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ RUN chown -R root:root /opt/shibboleth/shibboleth-identity-provider-$version &&
COPY ./conf/ /usr/local/tomcat/conf/
COPY ./certs/gencert.sh /opt/autoexec/onbuild/gencert.sh
# Remove this line once build is cooking
COPY ./tmp/onbuild.sh /opt/autoexec/bin/onbuild.sh
COPY ./container_files/bin/onbuild.sh /opt/autoexec/bin/onbuild.sh
RUN chmod +x /opt/autoexec/onbuild/gencert.sh && /opt/autoexec/bin/onbuild.sh

VOLUME ["/usr/local/tomcat/logs", "/opt/shibboleth/shibboleth-identity-provider-$VERSION/logs"]
Expand Down
File renamed without changes.

0 comments on commit b1dde17

Please sign in to comment.