From 5fa348688224aed9b48442943a94b03768a6cc4b Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Mon, 1 Sep 2025 08:49:40 +0200 Subject: [PATCH] Update Dockerfile --- wger/Dockerfile | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/wger/Dockerfile b/wger/Dockerfile index 4c0b0d7e6..f0526eafc 100644 --- a/wger/Dockerfile +++ b/wger/Dockerfile @@ -36,8 +36,8 @@ ENV SYNC_EXERCISES_ON_STARTUP=True \ USER root -RUN echo "wger ALL=(ALL) NOPASSWD:ALL" >> /etc/sudoers && \ - sed -i "1a sudo -E '/./ha_entrypoint.sh' || true" /home/wger/entrypoint.sh +#RUN echo "wger ALL=(ALL) NOPASSWD:ALL" >> /etc/sudoers && \ +# sed -i "1a sudo -E '/./ha_entrypoint.sh' || true" /home/wger/entrypoint.sh ################## # 3 Install apps # @@ -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 #