Add bashio standalone to all

This commit is contained in:
Alexandre
2025-08-02 11:13:15 +02:00
committed by GitHub
parent 2952f894e3
commit bb53062e94
103 changed files with 412 additions and 0 deletions

View File

@@ -77,6 +77,10 @@ ADD "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templat
ADD "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_entrypoint_modif.sh" "/ha_entrypoint_modif.sh"
RUN chmod 777 /ha_entrypoint.sh /ha_entrypoint_modif.sh && /ha_entrypoint_modif.sh && rm /ha_entrypoint_modif.sh
# Standalone bashio command
ADD "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/bashio-standalone.sh" "/.bashio-standalone.sh"
RUN chmod 777 /.bashio-standalone.sh
USER wger
#CMD [ "/ha_entrypoint.sh" ]