We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 630f730 commit 8448543Copy full SHA for 8448543
Dockerfile
@@ -1,7 +1,7 @@
1
# Use distroless as minimal base image to package the manager binary
2
# Refer to https://github.com/GoogleContainerTools/distroless for more details
3
FROM gcr.io/distroless/static:nonroot
4
-COPY openfeature .
+COPY ./openfeature /openfeature
5
USER 65532:65532
6
7
ENTRYPOINT ["/openfeature"]
0 commit comments