Skip to content

Commit 8448543

Browse files
authored
fix: container copy command (open-feature#40)
Signed-off-by: Michael Beemer <beeme1mr@users.noreply.github.com>
1 parent 630f730 commit 8448543

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
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 .
4+
COPY ./openfeature /openfeature
55
USER 65532:65532
66

77
ENTRYPOINT ["/openfeature"]

0 commit comments

Comments
 (0)