Skip to content

Commit

Permalink
fix: container copy command (#40)
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Beemer <[email protected]>
  • Loading branch information
beeme1mr authored Oct 22, 2024
1 parent 630f730 commit 8448543
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
@@ -1,7 +1,7 @@
# Use distroless as minimal base image to package the manager binary
# Refer to https://github.com/GoogleContainerTools/distroless for more details
FROM gcr.io/distroless/static:nonroot
COPY openfeature .
COPY ./openfeature /openfeature
USER 65532:65532

ENTRYPOINT ["/openfeature"]

0 comments on commit 8448543

Please sign in to comment.