Update Dockerfile

This commit is contained in:
Alexandre
2025-08-04 09:12:46 +02:00
committed by GitHub
parent f73d1dbe9f
commit 21cd9b9991

View File

@@ -32,6 +32,8 @@ ADD "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templat
ARG CONFIGLOCATION="/data"
RUN chmod 744 /ha_lsio.sh && if grep -qr "lsio" /etc; then /ha_lsio.sh "$CONFIGLOCATION"; fi && rm /ha_lsio.sh
USER root
##################
# 3 Install apps #
##################