Skip to content

Commit

Permalink
Merge pull request #14 from docker/better-onbuild
Browse files Browse the repository at this point in the history
Better ONBUILD incantation to support conf tree integration
  • Loading branch information
Jim Van Fleet committed Aug 2, 2016
2 parents 1cc4436 + d86653d commit 2064b15
Showing 1 changed file 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 @@ -48,4 +48,4 @@ RUN mkdir -p /tmp/shibboleth && cd /tmp/shibboleth && \
# Cleanup
rm -rf /tmp/shibboleth

ONBUILD ADD ./root/* /opt/shibboleth/$SHIB_PREFIX/
ONBUILD COPY ./root/ /opt/shibboleth/$SHIB_PREFIX/

0 comments on commit 2064b15

Please sign in to comment.