From 4c8a904ad17901aa99293f582a167fce622c3928 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sun, 29 Aug 2021 21:03:46 +0200 Subject: [PATCH] Update Dockerfile --- plex/Dockerfile | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/plex/Dockerfile b/plex/Dockerfile index e6c104ca6..e92aeaf9a 100644 --- a/plex/Dockerfile +++ b/plex/Dockerfile @@ -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