mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-01-10 18:01:03 +01:00
Update Dockerfile
This commit is contained in:
@@ -31,8 +31,7 @@ RUN apt-get update \
|
||||
&& sed -i 's/{PUID:-911}/(bashio::config "PUID")/g' /etc/cont-init.d/10-adduser \
|
||||
&& sed -i 's/{PGID:-911}/(bashio::config "PGID")/g' /etc/cont-init.d/10-adduser
|
||||
|
||||
RUN sed -i "s|/config|/plex|g" /etc/services.d/plex/run \
|
||||
&& sed -i "s|/config|/plex|g" /etc/cont-init.d/30-config
|
||||
RUN grep -rl '/config' /etc/cont-init.d/ | xargs sed -i 's|/config|/config/plex|g' #change config folder
|
||||
|
||||
# copy local files
|
||||
COPY root/ /
|
||||
|
||||
Reference in New Issue
Block a user