Update Dockerfile

This commit is contained in:
Alexandre
2021-11-19 22:39:08 +01:00
committed by GitHub
parent d1a6648258
commit a467846b8b

View File

@@ -32,7 +32,9 @@ RUN apt-get update \
&& sed -i 's/{PGID:-911}/(bashio::config "PGID")/g' /etc/cont-init.d/10-adduser \
&& sed -i "s|/config|/config/jellyfin|g" /etc/services.d/jellyfin/run \
&& sed -i "s|/config|/config/jellyfin|g" /etc/cont-init.d/10-adduser \
&& sed -i "s|/config|/config/jellyfin|g" /etc/cont-init.d/30-config || true
&& sed -i "s|/config|/config/jellyfin|g" /etc/cont-init.d/30-config \
&& chmod g+rw /dev/video10 /dev/video11 /dev/video12 /dev/video13 /dev/video14 /dev/video15 /dev/video16 \
|| true
# copy local files
COPY root/ /