dont use root-user by default

This commit is contained in:
Merith 2024-09-27 10:38:59 -07:00 committed by Merith-TK
parent b165aeab81
commit 27bbc83fed
5 changed files with 26 additions and 89 deletions

View file

@ -38,6 +38,8 @@ LABEL maintainer="contact@forgejo.org" \
ENV HOME=/data
USER 1000:1000
COPY --chmod=555 entrypoint.sh /entrypoint.sh
WORKDIR /data