Add entrypoint and command to Dockerfile

This commit is contained in:
Alexandre
2026-02-09 10:47:59 +01:00
committed by GitHub
parent 3bafb5b50b
commit 769e521805

View File

@@ -93,6 +93,10 @@ RUN chmod 777 /ha_entrypoint.sh
ADD "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/bashio-standalone.sh" "/usr/local/lib/bashio-standalone.sh"
RUN chmod 0755 /usr/local/lib/bashio-standalone.sh
# Entrypoint
ENTRYPOINT [ "/usr/bin/env" ]
CMD [ "/ha_entrypoint.sh" ]
############
# 7 Labels #
############