diff --git a/Dockerfile b/Dockerfile index f2e379a..7fc2b92 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM alpine COPY assets/ /assets -USER nonroot:nonroot +#USER nonroot:nonroot ENTRYPOINT ["/usr/bin/port-k8s-exporter"]