From b56aaf351d133297561905e438e765662deb5b08 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sun, 21 Feb 2021 22:45:42 +0100 Subject: [PATCH] Update Dockerfile --- nextcloud/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/nextcloud/Dockerfile b/nextcloud/Dockerfile index e5a44ea06..7a7194efc 100644 --- a/nextcloud/Dockerfile +++ b/nextcloud/Dockerfile @@ -28,8 +28,6 @@ RUN echo 'https://dl-3.alpinelinux.org/alpine/latest-stable/main' > /etc/apk/rep && ln -s /usr/lib/bashio/bashio /usr/bin/bashio \ && rm -fr /tmp/bashio.tar.gz -COPY root/ / - # modify/copy files RUN sed -i "s|data|share/nextcloud|g" /etc/cont-init.d/* @@ -39,6 +37,8 @@ RUN sed -i "s|data|share/nextcloud|g" /etc/services.d/nginx/* RUN sed -i "s|config|data/config|g" /etc/services.d/nginx/* +COPY root/ / + # modify/copy files #RUN sed -i "s|data|share/nextcloud|g" /etc/cont-init.d/* \ # && sed -i "s|config|data/config|g" /etc/cont-init.d/* \