Update Dockerfile

This commit is contained in:
Alexandre
2021-11-27 23:25:31 +01:00
committed by GitHub
parent 82c899bae2
commit da9ee717ca

View File

@@ -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