From cee1ad665f7c3f8de480ba9ccb5fa9b63792af08 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Fri, 1 Aug 2025 17:02:30 +0200 Subject: [PATCH] Update Dockerfile --- filebrowser/Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/filebrowser/Dockerfile b/filebrowser/Dockerfile index fdfd68ada..a19928a78 100644 --- a/filebrowser/Dockerfile +++ b/filebrowser/Dockerfile @@ -68,6 +68,8 @@ ADD "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templat ADD "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_entrypoint_modif.sh" "/ha_entrypoint_modif.sh" RUN chmod 777 /ha_entrypoint.sh /ha_entrypoint_modif.sh && /ha_entrypoint_modif.sh && rm /ha_entrypoint_modif.sh +RUN sed -i "s|/command/with-contenv|/usr/bin/env|g" "/ha_entrypoint.sh" + VOLUME [ "/data" ] WORKDIR /