Update Dockerfile

This commit is contained in:
Alexandre
2025-07-17 17:50:01 +02:00
committed by GitHub
parent a6c651190a
commit c8636192dd

View File

@@ -79,7 +79,6 @@ 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" ]