From 9ca55fe5b2f1be071f4375e40e8c93fbee0312c6 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sat, 9 Sep 2023 20:07:22 +0200 Subject: [PATCH] Update Dockerfile --- jellyseerr/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/jellyseerr/Dockerfile b/jellyseerr/Dockerfile index 3c783ce57..da6ea2454 100644 --- a/jellyseerr/Dockerfile +++ b/jellyseerr/Dockerfile @@ -35,6 +35,7 @@ RUN if grep -qr "lsio" /etc; then /ha_lsio.sh "$CONFIGLOCATION"; fi && rm /ha_ls # Avoid custom-init.d duplications ARG CONFIGLOCATION="/config/addons_config/jellyseerr" +# hadolint ignore=SC2086 RUN \ for file in $(grep -sril "/app/config" /app /etc); do sed -i "s=/app/config=$CONFIGLOCATION=g" $file; done