We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bbc18a9 commit 2d24d51Copy full SHA for 2d24d51
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 /openfeature
+COPY ./openfeature-cli /openfeature-cli
5
USER 65532:65532
6
7
-ENTRYPOINT ["/openfeature"]
+ENTRYPOINT ["/openfeature-cli"]
0 commit comments