diff --git a/Dockerfile b/Dockerfile index bd80b31d..58a0df7c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -9,6 +9,6 @@ ADD . /srv/configurable-http-proxy WORKDIR /srv/configurable-http-proxy RUN npm install -g -USER nobody +USER 65534 ENTRYPOINT ["/srv/configurable-http-proxy/chp-docker-entrypoint"]