Add missing file copies in Dockerfile.

This commit is contained in:
Alexis Lahouze 2019-03-16 09:41:22 +01:00
parent 0a18b5e214
commit d16572b01a
1 changed files with 4 additions and 0 deletions

View File

@ -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