Update Dockerfile

This commit is contained in:
Alexandre
2024-04-28 10:45:21 +02:00
committed by GitHub
parent 5a3b458a2e
commit f5c7816322

View File

@@ -29,7 +29,7 @@ ENV DEBIAN_FRONTEND="noninteractive" \
# Global LSIO modifications
ADD "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_lsio.sh" "/ha_lsio.sh"
ARG CONFIGLOCATION="/emby"
ARG CONFIGLOCATION="/config"
RUN chmod 744 /ha_lsio.sh && if grep -qr "lsio" /etc; then /ha_lsio.sh "$CONFIGLOCATION"; fi && rm /ha_lsio.sh
# hadolint ignore=DL3015,SC2016