We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cd9b0c7 commit c3e36afCopy full SHA for c3e36af
1 file changed
Dockerfile
@@ -19,7 +19,7 @@ RUN chmod 0755 /usr/local/bin/mc
19
RUN install -d -o 0 -g 0 -m 2775 /work/.mc \
20
&& ln -sfn /work/.mc /.mc
21
22
-# Drop to non-root (your base convention)
+# Drop to non-root
23
ARG RUNTIME_USER=10001
24
ARG RUNTIME_GROUP=0
25
USER ${RUNTIME_USER}:${RUNTIME_GROUP}
0 commit comments