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