Fix birdnet-pipy entrypoint

This commit is contained in:
Alexandre
2026-02-01 08:28:51 +01:00
parent ce47371ecd
commit a60030a3bf

View File

@@ -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 #