Skip to content

Commit c3e36af

Browse files
committed
fix typo
1 parent cd9b0c7 commit c3e36af

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ RUN chmod 0755 /usr/local/bin/mc
1919
RUN install -d -o 0 -g 0 -m 2775 /work/.mc \
2020
&& ln -sfn /work/.mc /.mc
2121

22-
# Drop to non-root (your base convention)
22+
# Drop to non-root
2323
ARG RUNTIME_USER=10001
2424
ARG RUNTIME_GROUP=0
2525
USER ${RUNTIME_USER}:${RUNTIME_GROUP}

0 commit comments

Comments
 (0)