Update Dockerfile

This commit is contained in:
Alexandre
2024-03-11 12:32:19 +01:00
committed by GitHub
parent 7ecabcf1b0
commit 12abec5d02

View File

@@ -64,7 +64,7 @@ ENV PACKAGES="nginx"
# Automatic apps & bashio
ADD "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_autoapps.sh" "/ha_autoapps.sh"
RUN chmod 744 /ha_autoapps.sh && /ha_autoapps.sh "$PACKAGES" && rm /ha_autoapps.sh
RUN chmod 744 /ha_autoapps.sh && /ha_autoapps.sh "$PACKAGES" && rm /ha_autoapps.sh || true
################
# 4 Entrypoint #