From 13b8322e2adc5c0a492c04865a39d1cb0469f066 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Tue, 21 Nov 2023 16:07:18 +0100 Subject: [PATCH] Update Dockerfile --- signalk/Dockerfile | 2 -- 1 file changed, 2 deletions(-) diff --git a/signalk/Dockerfile b/signalk/Dockerfile index 883eefc1a..6bbc3321b 100644 --- a/signalk/Dockerfile +++ b/signalk/Dockerfile @@ -63,8 +63,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 -USER node - ENTRYPOINT [ "/usr/bin/env" ] CMD [ "/ha_entrypoint.sh" ] WORKDIR /config