This commit is contained in:
Alexandre
2026-01-21 14:24:19 +01:00
committed by GitHub
parent 84b0506058
commit 70c522ecf9
48 changed files with 96 additions and 48 deletions

View File

@@ -70,7 +70,8 @@ ADD "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templat
RUN chmod 777 /ha_entrypoint.sh
COPY rootfs/ /
RUN find . -type f \( -name "*.sh" -o -name "run" \) -print -exec chmod +x {} \;ashio command
RUN find . -type f \( -name "*.sh" -o -name "run" \) -print -exec chmod +x {} \;
ADD "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/bashio-standalone.sh" "/.bashio-standalone.sh"
RUN chmod 777 /.bashio-standalone.sh