Skip to content

Commit

Permalink
fix(docker): adjust copy into final image
Browse files Browse the repository at this point in the history
  • Loading branch information
terinjokes committed Dec 27, 2023
1 parent 31d5825 commit af0aacb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/lockbox-controller/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -9,5 +9,5 @@ RUN --mount=type=cache,target=/go/pkg/mod \


FROM gcr.io/distroless/base-nossl-debian12:nonroot
COPY --from=builder /go/src/app/bin/lockbox-controller /
COPY --from=builder /go/src/app/bin/lockbox-controller /bin
ENTRYPOINT ["/bin/lockbox-controller"]

0 comments on commit af0aacb

Please sign in to comment.