This commit is contained in:
Alexandre
2024-01-12 20:37:44 +01:00
parent 6434f0e1a6
commit 5d2645ca4d
7 changed files with 61 additions and 17 deletions

View File

@@ -37,12 +37,12 @@ RUN \
# Global LSIO modifications
ADD "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_lsio.sh" "/ha_lsio.sh"
ARG CONFIGLOCATION="/config/addons_config/calibre-web"
ARG CONFIGLOCATION="/config"
RUN chmod 744 /ha_lsio.sh && if grep -qr "lsio" /etc; then /ha_lsio.sh "$CONFIGLOCATION"; fi && rm /ha_lsio.sh
# Specific images modifications
RUN \
usermod --home /config/addons_config/calibre abc
usermod --home /config abc
##################
# 3 Install apps #