mirror of
https://github.com/alexbelgium/hassio-addons.git
synced 2026-06-01 13:24:04 +02:00
Update Dockerfile
This commit is contained in:
@@ -35,6 +35,7 @@ RUN if grep -qr "lsio" /etc; then /ha_lsio.sh "$CONFIGLOCATION"; fi && rm /ha_ls
|
|||||||
|
|
||||||
# Avoid custom-init.d duplications
|
# Avoid custom-init.d duplications
|
||||||
ARG CONFIGLOCATION="/config/addons_config/jellyseerr"
|
ARG CONFIGLOCATION="/config/addons_config/jellyseerr"
|
||||||
|
# hadolint ignore=SC2086
|
||||||
RUN \
|
RUN \
|
||||||
for file in $(grep -sril "/app/config" /app /etc); do sed -i "s=/app/config=$CONFIGLOCATION=g" $file; done
|
for file in $(grep -sril "/app/config" /app /etc); do sed -i "s=/app/config=$CONFIGLOCATION=g" $file; done
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user