Update Dockerfile

This commit is contained in:
Alexandre
2025-09-01 08:48:43 +02:00
committed by GitHub
parent fa7b22ccec
commit b5b754360e

View File

@@ -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" ADD "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/bashio-standalone.sh" "/.bashio-standalone.sh"
RUN chmod 777 /.bashio-standalone.sh RUN chmod 777 /.bashio-standalone.sh
#USER wger USER wger
ENTRYPOINT ["/usr/bin/env"] #ENTRYPOINT ["/usr/bin/env"]
CMD ["/ha_entrypoint.sh"] #CMD ["/ha_entrypoint.sh"]
############ ############
# 5 Labels # # 5 Labels #