Skip to content

Commit aaed713

Browse files
authored
Merge pull request #211 from m2hofi94/docker-uid
Change user to numeric value for k8s compatibility
2 parents 1b9cd1b + 35c021c commit aaed713

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,6 @@ COPY . /srv/configurable-http-proxy
1010
WORKDIR /srv/configurable-http-proxy
1111
RUN npm install -g
1212

13-
USER nobody
13+
USER 65534
1414

1515
ENTRYPOINT ["/srv/configurable-http-proxy/chp-docker-entrypoint"]

0 commit comments

Comments
 (0)