From 0c322644f06e8d0502160b3a5bc4b4cead869d5c Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Sat, 28 Dec 2024 22:23:53 +0100 Subject: [PATCH] Update Dockerfile --- grampsweb/Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/grampsweb/Dockerfile b/grampsweb/Dockerfile index e8a4aa51b..d00375318 100644 --- a/grampsweb/Dockerfile +++ b/grampsweb/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" ]