mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-05 07:14:08 +02:00
Update Dockerfile
This commit is contained in:
@@ -5,6 +5,9 @@ FROM ${BUILD_FROM}
|
|||||||
# Set shell
|
# Set shell
|
||||||
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
|
SHELL ["/bin/bash", "-o", "pipefail", "-c"]
|
||||||
|
|
||||||
|
# copy local files
|
||||||
|
COPY root/ /
|
||||||
|
|
||||||
ARG BASHIO_VERSION=0.13.1
|
ARG BASHIO_VERSION=0.13.1
|
||||||
RUN \
|
RUN \
|
||||||
################
|
################
|
||||||
@@ -55,10 +58,6 @@ RUN \
|
|||||||
&& sed -i "s|/config|/data|g" /defaults/plexmediaserver \
|
&& sed -i "s|/config|/data|g" /defaults/plexmediaserver \
|
||||||
&& sed -i '2i cp -vnpr /config/* /data || true' /etc/cont-init.d/00-banner.sh
|
&& sed -i '2i cp -vnpr /config/* /data || true' /etc/cont-init.d/00-banner.sh
|
||||||
|
|
||||||
|
|
||||||
# copy local files
|
|
||||||
COPY root/ /
|
|
||||||
|
|
||||||
### LABELS
|
### LABELS
|
||||||
ARG BUILD_ARCH
|
ARG BUILD_ARCH
|
||||||
ARG BUILD_DATE
|
ARG BUILD_DATE
|
||||||
|
|||||||
Reference in New Issue
Block a user