diff --git a/Dockerfile b/Dockerfile index a024a54c..53f72023 100644 --- a/Dockerfile +++ b/Dockerfile @@ -48,6 +48,8 @@ USER 1001:1001 # are in the default path. COPY --from=builder /usr/local/src/dex/web web +USER 1001:1001 + ENTRYPOINT ["dex"] CMD ["version"]