Add missing file copies in Dockerfile.
This commit is contained in:
parent
0a18b5e214
commit
d16572b01a
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user