dont use root-user by default

This commit is contained in:
Merith 2024-09-27 10:38:59 -07:00
parent 00584cc415
commit 42078da550
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