mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-11 18:31:02 +01:00
Update Dockerfile
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user