From d16572b01a7c139891981e8a094ec397a9af501f Mon Sep 17 00:00:00 2001 From: Alexis Lahouze Date: Sat, 16 Mar 2019 09:41:22 +0100 Subject: [PATCH] Add missing file copies in Dockerfile. --- Dockerfile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/Dockerfile b/Dockerfile index d3c8763..a60cda9 100644 --- a/Dockerfile +++ b/Dockerfile @@ -86,6 +86,10 @@ COPY stage1.spec stage1.spec COPY stage2.spec stage2.spec COPY stage3.spec stage3.spec +# Copy Catalyst configuration +COPY catalyst.conf catalyst.conf +COPY catalystrc catalystrc + # The entrypoint… COPY entrypoint.sh entrypoint.sh