Update Dockerfile

This commit is contained in:
Alexandre
2025-07-30 09:50:51 +02:00
committed by GitHub
parent d065b9e413
commit ce56dda53d

View File

@@ -27,11 +27,15 @@ ENV S6_CMD_WAIT_FOR_SERVICES=1 \
S6_CMD_WAIT_FOR_SERVICES_MAXTIME=0 \
S6_SERVICES_GRACETIME=0
# Global LSIO modifications
ADD "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_lsio.sh" "/ha_lsio.sh"
ARG CONFIGLOCATION="/emby"
RUN chmod 744 /ha_lsio.sh && if grep -qr "lsio" /etc; then /ha_lsio.sh "$CONFIGLOCATION"; fi && rm /ha_lsio.sh
##################
# 3 Install apps #
##################
# Add rootfs
# Copy local files
COPY rootfs/ /
# Uses /bin for compatibility purposes
@@ -104,4 +108,4 @@ LABEL \
#################
# 6 Healthcheck #
#################
#################