From 12abec5d02d7238a41c39517040cf4eb0ea2f969 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Mon, 11 Mar 2024 12:32:19 +0100 Subject: [PATCH] Update Dockerfile --- comixed/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/comixed/Dockerfile b/comixed/Dockerfile index c9cc08c7a..071d53898 100644 --- a/comixed/Dockerfile +++ b/comixed/Dockerfile @@ -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 #