From 1cc44366e740d3f71b9b4a89adeca4a5bdcae68a Mon Sep 17 00:00:00 2001 From: Jim Van Fleet Date: Wed, 27 Jul 2016 16:54:11 -0400 Subject: [PATCH] When using ADD with more than one source file, the destination must be a directory and end with a / --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 7cebae7..9931d94 100644 --- a/Dockerfile +++ b/Dockerfile @@ -48,4 +48,4 @@ RUN mkdir -p /tmp/shibboleth && cd /tmp/shibboleth && \ # Cleanup rm -rf /tmp/shibboleth -ONBUILD ADD ./root/* /opt/shibboleth/$SHIB_PREFIX \ No newline at end of file +ONBUILD ADD ./root/* /opt/shibboleth/$SHIB_PREFIX/ \ No newline at end of file