diff --git a/paperless_ng/Dockerfile b/paperless_ng/Dockerfile index 635e63505..43d7b748d 100644 --- a/paperless_ng/Dockerfile +++ b/paperless_ng/Dockerfile @@ -29,6 +29,9 @@ RUN apt-get update \ && ln -s /usr/lib/bashio/bashio /usr/bin/bashio \ && rm -rf /tmp/bashio l +# copy local files +COPY rootfs/ / + RUN \ ################# # Correct image # @@ -46,9 +49,6 @@ RUN \ # Change config location && sed -i "s|/config|$PAPERLESS_DATA_DIR|g" /etc/cont-init.d/* -# copy local files -COPY rootfs/ / - ### LABELS ARG BUILD_ARCH ARG BUILD_DATE