git user stuff

This commit is contained in:
Ryan Voots 2019-09-01 00:28:40 -04:00
parent 1541cfc144
commit 56773f1047

View file

@ -1 +1,10 @@
FROM gitea/gitea FROM gitea/gitea
env USER_UID=998
env GROUP_GID=998
RUN cat /etc/group
RUN cat /etc/passwd
#RUN deluser git && addgroup -g $GROUP_GID git && adduser -D -u 998 -G git git
# USER git