Use upstream entrypoint

https://github.com/alexbelgium/hassio-addons/issues/1188
This commit is contained in:
Alexandre
2024-01-24 16:48:42 +01:00
committed by GitHub
parent 1853544ce9
commit 0e2deca85b

View File

@@ -62,7 +62,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
ENTRYPOINT [ "/ha_entrypoint.sh" ]
#ENTRYPOINT [ "/ha_entrypoint.sh" ]
############
# 5 Labels #