Skip to content

Commit 2631bf8

Browse files
committed
fix build
1 parent 00f6698 commit 2631bf8

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

Dockerfile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,8 @@
11
FROM public.ecr.aws/kanopy/crossplane-packager@sha256:d7316c793a0e542937af52af4c1f98df5cb794dccb66c84f36cf306866d9b43b as packager
22
ARG TAG
3-
COPY /config/*.yaml .
3+
COPY /config /config
4+
WORKDIR /config
45
RUN package.bash
56

67
FROM scratch
7-
COPY --from=packager package.yaml .
8+
COPY --from=packager /config/package.yaml .

0 commit comments

Comments
 (0)