Skip to content

Commit 2d24d51

Browse files
authored
fix: docker publishing
Signed-off-by: Michael Beemer <[email protected]>
1 parent bbc18a9 commit 2d24d51

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Use distroless as minimal base image to package the manager binary
22
# Refer to https://github.com/GoogleContainerTools/distroless for more details
33
FROM gcr.io/distroless/static:nonroot
4-
COPY ./openfeature /openfeature
4+
COPY ./openfeature-cli /openfeature-cli
55
USER 65532:65532
66

7-
ENTRYPOINT ["/openfeature"]
7+
ENTRYPOINT ["/openfeature-cli"]

0 commit comments

Comments
 (0)