Update Dockerfile

This commit is contained in:
Alexandre
2023-09-21 20:18:43 +02:00
committed by GitHub
parent 4575a03c95
commit 3017c14f0f

View File

@@ -35,13 +35,13 @@ ARG CONFIGLOCATION="/config/addons_config/immich"
RUN if grep -qr "lsio" /etc; then /ha_lsio.sh "$CONFIGLOCATION"; fi && rm /ha_lsio.sh RUN if grep -qr "lsio" /etc; then /ha_lsio.sh "$CONFIGLOCATION"; fi && rm /ha_lsio.sh
# Install REDIS # Install REDIS
ENV DOCKER_MODS="imagegenius/mods:universal-redis" #ENV DOCKER_MODS="imagegenius/mods:universal-redis"
RUN \ #RUN \
echo "Installing REDIS" \ # echo "Installing REDIS" \
&& chmod 777 -R /docker-mods \ # && chmod 777 -R /docker-mods \
&& /./docker-mods/* || ls / \ # && /./docker-mods/* || ls / \
&& if [ !-f /defaults/redis.conf ]; then echo "Not installed" && exit 1; fi # && if [ !-f /defaults/redis.conf ]; then echo "Not installed" && exit 1; fi
ENV DOCKER_MODS="" #ENV DOCKER_MODS=""
################## ##################
# 3 Install apps # # 3 Install apps #