From a60030a3bf5c4bb51a4d1ea9825d39e1b27b9b3b Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sun, 1 Feb 2026 08:28:51 +0100 Subject: [PATCH 1/2] Fix birdnet-pipy entrypoint --- birdnet-pipy/Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/birdnet-pipy/Dockerfile b/birdnet-pipy/Dockerfile index 5eaba9f98..7bb643949 100644 --- a/birdnet-pipy/Dockerfile +++ b/birdnet-pipy/Dockerfile @@ -109,8 +109,7 @@ RUN chmod 777 /ha_entrypoint.sh ADD "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/bashio-standalone.sh" "/usr/local/lib/bashio-standalone.sh" RUN chmod 0755 /usr/local/lib/bashio-standalone.sh -ENTRYPOINT [ "/usr/bin/env" ] -CMD [ "/ha_entrypoint.sh" ] +ENTRYPOINT [ "/init" ] ############ # 5 Labels # From cac35ed46ce7c4a4f8ade0f50732804b5cd109ac Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sun, 1 Feb 2026 08:29:40 +0100 Subject: [PATCH 2/2] Remove ENTRYPOINT from Dockerfile Removed ENTRYPOINT directive from Dockerfile. --- birdnet-pipy/Dockerfile | 2 -- 1 file changed, 2 deletions(-) diff --git a/birdnet-pipy/Dockerfile b/birdnet-pipy/Dockerfile index 7bb643949..48c161518 100644 --- a/birdnet-pipy/Dockerfile +++ b/birdnet-pipy/Dockerfile @@ -109,8 +109,6 @@ RUN chmod 777 /ha_entrypoint.sh ADD "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/bashio-standalone.sh" "/usr/local/lib/bashio-standalone.sh" RUN chmod 0755 /usr/local/lib/bashio-standalone.sh -ENTRYPOINT [ "/init" ] - ############ # 5 Labels # ############