We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1b9cd1b + 35c021c commit aaed713Copy full SHA for aaed713
Dockerfile
@@ -10,6 +10,6 @@ COPY . /srv/configurable-http-proxy
10
WORKDIR /srv/configurable-http-proxy
11
RUN npm install -g
12
13
-USER nobody
+USER 65534
14
15
ENTRYPOINT ["/srv/configurable-http-proxy/chp-docker-entrypoint"]
0 commit comments