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