0
0
Fork 0
mirror of https://github.com/nextcloud/docker.git synced 2025-06-17 08:34:48 +02:00

Add env variables to change UID/GID of www-data

Signed-off-by: Jan Dittrich <mail@jand.one>
This commit is contained in:
Jan Dittrich 2020-12-10 21:38:36 +01:00
parent f87624c6eb
commit bf1d80595b
14 changed files with 164 additions and 0 deletions

View file

@ -6,6 +6,7 @@ RUN set -ex; \
\
apk add --no-cache \
rsync \
shadow \
; \
\
rm /var/spool/cron/crontabs/root; \