Skip to content

Commit

Permalink
fixing resources.yaml path (#82)
Browse files Browse the repository at this point in the history
Signed-off-by: Zbynek Roubalik <[email protected]>
  • Loading branch information
zroubalik authored Mar 18, 2021
1 parent dcca724 commit 8dc3484
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ RUN VERSION=${BUILD_VERSION} make manager
# Refer to https://github.com/GoogleContainerTools/distroless for more details
FROM gcr.io/distroless/static:nonroot
WORKDIR /
COPY --from=builder /workspace/resources/ resources/
COPY --from=builder /workspace/resources/ /workspace/resources/
COPY --from=builder /workspace/bin/manager .
USER nonroot:nonroot

Expand Down

0 comments on commit 8dc3484

Please sign in to comment.