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