diff --git a/birdnet-pi/Dockerfile b/birdnet-pi/Dockerfile index 4b4937082..e088c9da6 100644 --- a/birdnet-pi/Dockerfile +++ b/birdnet-pi/Dockerfile @@ -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