Set ENTRYPOINT and CMD in Dockerfile

This commit is contained in:
Alexandre
2026-01-11 08:44:32 +01:00
committed by GitHub
parent 4e16f8da5c
commit 96c1ceb41b

View File

@@ -74,6 +74,9 @@ RUN chmod 777 /ha_entrypoint.sh /ha_entrypoint_modif.sh && /ha_entrypoint_modif.
ADD "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/bashio-standalone.sh" "/.bashio-standalone.sh"
RUN chmod 777 /.bashio-standalone.sh
ENTRYPOINT [ "/usr/bin/env" ]
CMD [ "/ha_entrypoint.sh" ]
############
# 5 Labels #
############