From cfac1b4cded243f57986c060b52fb96494aa45d8 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Mon, 1 Dec 2025 08:21:00 +0100 Subject: [PATCH] Switch to user 'netalertx' in Dockerfile --- netalertx/Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/netalertx/Dockerfile b/netalertx/Dockerfile index a09a84271..ee0ea4c50 100644 --- a/netalertx/Dockerfile +++ b/netalertx/Dockerfile @@ -76,6 +76,8 @@ 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 netalertx + #WORKDIR / #ENTRYPOINT [ "/usr/bin/env" ] #CMD [ "/ha_entrypoint.sh" ]