Update Dockerfile

This commit is contained in:
Alexandre
2024-03-16 07:18:22 +01:00
committed by GitHub
parent 82a321b36e
commit e10dcb4fe9

View File

@@ -27,6 +27,8 @@ ENV S6_CMD_WAIT_FOR_SERVICES=1 \
S6_CMD_WAIT_FOR_SERVICES_MAXTIME=0 \
S6_SERVICES_GRACETIME=0
SHELL ["/usr/bin/bash", "-c"]
##################
# 3 Install apps #
##################
@@ -63,8 +65,6 @@ ADD "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templat
ADD "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_entrypoint_modif.sh" "/ha_entrypoint_modif.sh"
RUN chmod 777 /ha_entrypoint.sh /ha_entrypoint_modif.sh && /ha_entrypoint_modif.sh && rm /ha_entrypoint_modif.sh
############
# 5 Labels #
############