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