Update Dockerfile

This commit is contained in:
Alexandre
2025-11-19 10:03:09 +01:00
committed by GitHub
parent dc44fa1eff
commit ebe1cd2b48

View File

@@ -125,6 +125,8 @@ RUN chmod 744 /ha_autoapps.sh && /ha_autoapps.sh "$PACKAGES" && rm /ha_autoapps.
# 4 Entrypoint #
################
RUN chmod +x /usr/local/bin/* /usr/local/sbin/*
# Add entrypoint
ENV S6_STAGE2_HOOK=/ha_entrypoint.sh
ADD "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_entrypoint.sh" "/ha_entrypoint.sh"