We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a5cf775 commit c07f866Copy full SHA for c07f866
nginx.dockerfile
@@ -12,4 +12,4 @@ ADD ./nginx/default.conf /etc/nginx/conf.d/
12
13
RUN mkdir -p /var/www/html
14
15
-RUN addgroup -g 1000 ${NGINXGROUP} && adduser -g ${NGINXGROUP} -s /bin/sh -D ${NGINXUSER}; exit 0
+RUN adduser -g ${NGINXGROUP} -s /bin/sh -D ${NGINXUSER}; exit 0
0 commit comments