mirror of
https://github.com/hoellen/docker-nextcloud.git
synced 2025-07-01 07:36:08 +00:00
chown not necessary here
This commit is contained in:
@ -145,7 +145,7 @@ RUN apk --no-cache add \
|
||||
&& mkdir /nextcloud && tar xjf ${NEXTCLOUD_TARBALL} --strip 1 -C /nextcloud \
|
||||
&& apk del gnupg && rm -rf /tmp/* /root/.gnupg \
|
||||
&& adduser -g ${GID} -u ${UID} --disabled-password --gecos "" nextcloud \
|
||||
&& chown -R nextcloud:nextcloud /nextcloud
|
||||
&& chown -R nextcloud:nextcloud /nextcloud/config
|
||||
|
||||
COPY --chown=nextcloud:nextcloud rootfs /
|
||||
|
||||
|
Reference in New Issue
Block a user