Comment out USER directive in Dockerfile

This commit is contained in:
Alexandre
2025-09-01 07:50:22 +02:00
committed by GitHub
parent d668e9bbf8
commit 25de939397

View File

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