From ce657a15f8e24ce3ce9c06e206f84b0ab0ab357e Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sun, 16 Feb 2025 12:51:59 +0100 Subject: [PATCH] Remove hook --- birdnet-pi/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/birdnet-pi/Dockerfile b/birdnet-pi/Dockerfile index cb43fc64c..0f79de31c 100644 --- a/birdnet-pi/Dockerfile +++ b/birdnet-pi/Dockerfile @@ -181,7 +181,7 @@ RUN chmod 744 /ha_autoapps.sh && /ha_autoapps.sh "$PACKAGES" && rm /ha_autoapps. ################ # Add entrypoint -ENV S6_STAGE2_HOOK=/ha_entrypoint.sh +# ENV S6_STAGE2_HOOK=/ha_entrypoint.sh ADD "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_entrypoint.sh" "/ha_entrypoint.sh" # Entrypoint modifications