Update 'Dockerfile'

This commit is contained in:
techknowlogick 2021-09-29 04:08:50 +08:00
parent 946a559371
commit 82d57b357a
1 changed files with 1 additions and 1 deletions

View File

@ -4,7 +4,7 @@ RUN addgroup \
--gid 1000 \
gitea && \
adduser \
-D \
--gecos '' \
--shell /bin/bash \
--uid 1000 \
--group gitea \