Update Dockerfile

This commit is contained in:
Alexandre
2025-03-21 08:39:40 +01:00
committed by GitHub
parent 6afec7d1b6
commit 5f5547023e

View File

@@ -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"]