Update Dockerfile

This commit is contained in:
Alexandre
2021-08-29 21:03:46 +02:00
committed by GitHub
parent 11d8e84f8a
commit 4c8a904ad1

View File

@@ -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