Update Dockerfile

This commit is contained in:
Alexandre
2025-08-04 09:23:10 +02:00
committed by GitHub
parent 115d8b9c56
commit 05e4b1c3ef

View File

@@ -27,13 +27,13 @@ ENV S6_CMD_WAIT_FOR_SERVICES=1 \
S6_CMD_WAIT_FOR_SERVICES_MAXTIME=0 \
S6_SERVICES_GRACETIME=0
USER root
# Global LSIO modifications
ADD "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_lsio.sh" "/ha_lsio.sh"
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 #
##################