From ea992281c94b6d5099214737d95a26e438054757 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Thu, 17 Jul 2025 17:44:01 +0200 Subject: [PATCH] Update Dockerfile --- ente/Dockerfile | 1 + 1 file changed, 1 insertion(+) 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" ]