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" ]