Skip to content

Commit

Permalink
When using ADD with more than one source file, the destination must b…
Browse files Browse the repository at this point in the history
…e a directory and end with a /
  • Loading branch information
Jim Van Fleet committed Jul 27, 2016
1 parent 61d9978 commit 1cc4436
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 ADD ./root/* /opt/shibboleth/$SHIB_PREFIX/

0 comments on commit 1cc4436

Please sign in to comment.