From 5c2559a3a4cda6ae84d26a6ce24d013d3d2a7f8b Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Fri, 6 Dec 2024 20:45:04 +0100 Subject: [PATCH] Update Dockerfile --- monica/Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/monica/Dockerfile b/monica/Dockerfile index 45db4cd44..dcf162b14 100644 --- a/monica/Dockerfile +++ b/monica/Dockerfile @@ -66,7 +66,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 -WORKDIR /config ENTRYPOINT [ "/usr/bin/env" ] CMD [ "/ha_entrypoint.sh" ]