From 25de939397b251f0ef5bdaf74ab3baa95ba638df Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Mon, 1 Sep 2025 07:50:22 +0200 Subject: [PATCH] Comment out USER directive in Dockerfile --- wger/Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/wger/Dockerfile b/wger/Dockerfile index b1b9ae44d..37b6b6f98 100644 --- a/wger/Dockerfile +++ b/wger/Dockerfile @@ -81,8 +81,7 @@ RUN chmod 777 /ha_entrypoint.sh /ha_entrypoint_modif.sh && /ha_entrypoint_modif. ADD "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/bashio-standalone.sh" "/.bashio-standalone.sh" RUN chmod 777 /.bashio-standalone.sh - -USER wger +#USER wger ENTRYPOINT ["/usr/bin/env"] CMD ["/ha_entrypoint.sh"]