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