diff --git a/ente/Dockerfile b/ente/Dockerfile index 4b8c94e63..cbf422e22 100644 --- a/ente/Dockerfile +++ b/ente/Dockerfile @@ -79,6 +79,7 @@ ADD "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templat RUN chmod 777 /ha_entrypoint.sh /ha_entrypoint_modif.sh && \ /ha_entrypoint_modif.sh && rm /ha_entrypoint_modif.sh +USER root ENTRYPOINT [ "/usr/bin/env" ] CMD [ "/ha_entrypoint.sh" ]