diff --git a/Dockerfile b/Dockerfile index a3f9b41..9b23b5f 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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"] \ No newline at end of file