From b5b754360e9d7fdb84cf76747abddd03a4f0d87a Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Mon, 1 Sep 2025 08:48:43 +0200 Subject: [PATCH] Update Dockerfile --- wger/Dockerfile | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/wger/Dockerfile b/wger/Dockerfile index 37b6b6f98..4c0b0d7e6 100644 --- a/wger/Dockerfile +++ b/wger/Dockerfile @@ -81,9 +81,9 @@ 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 -ENTRYPOINT ["/usr/bin/env"] -CMD ["/ha_entrypoint.sh"] +USER wger +#ENTRYPOINT ["/usr/bin/env"] +#CMD ["/ha_entrypoint.sh"] ############ # 5 Labels #