From f7aded2aebd6ad7580eb1a4c81e9c402eec091fe Mon Sep 17 00:00:00 2001 From: Wonderfall Date: Tue, 8 Mar 2022 00:41:37 +0100 Subject: [PATCH] chown not necessary here --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index e215e88..08eb206 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 /