Update Dockerfile

This commit is contained in:
Alexandre
2025-07-17 17:44:01 +02:00
committed by GitHub
parent 1483d357ab
commit ea992281c9

View File

@@ -79,6 +79,7 @@ ADD "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templat
RUN chmod 777 /ha_entrypoint.sh /ha_entrypoint_modif.sh && \
/ha_entrypoint_modif.sh && rm /ha_entrypoint_modif.sh
USER root
ENTRYPOINT [ "/usr/bin/env" ]
CMD [ "/ha_entrypoint.sh" ]