From 5f5547023eb1a02495e6fb0a50e4a3d75a89a024 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Fri, 21 Mar 2025 08:39:40 +0100 Subject: [PATCH] Update Dockerfile --- battybirdnet-pi/Dockerfile | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/battybirdnet-pi/Dockerfile b/battybirdnet-pi/Dockerfile index ab6a135d2..5eb2d906e 100644 --- a/battybirdnet-pi/Dockerfile +++ b/battybirdnet-pi/Dockerfile @@ -159,6 +159,10 @@ 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 \ + # Remove not working elements + sed -i "1a exit 0" /etc/cont-init.d/33-mqtt.sh + # Avoid config.yaml interference WORKDIR /config #ENTRYPOINT ["/lib/systemd/systemd"]