dont use root-user by default
This commit is contained in:
parent
b165aeab81
commit
27bbc83fed
5 changed files with 26 additions and 89 deletions
|
@ -38,6 +38,8 @@ LABEL maintainer="contact@forgejo.org" \
|
|||
|
||||
ENV HOME=/data
|
||||
|
||||
USER 1000:1000
|
||||
|
||||
COPY --chmod=555 entrypoint.sh /entrypoint.sh
|
||||
|
||||
WORKDIR /data
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue