From d86653d75463620e8207f612b56a8ed75220fa49 Mon Sep 17 00:00:00 2001 From: Jim Van Fleet Date: Tue, 2 Aug 2016 15:37:01 -0400 Subject: [PATCH] Better ONBUILD incantation to support conf tree integration --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 9931d94..9463b0c 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 COPY ./root/ /opt/shibboleth/$SHIB_PREFIX/ \ No newline at end of file