From 5835ca1d6abc72912aa10973fc0b48d4a586764c Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Fri, 8 Sep 2023 20:56:02 +0200 Subject: [PATCH] Update Dockerfile --- postgres/Dockerfile | 3 --- 1 file changed, 3 deletions(-) diff --git a/postgres/Dockerfile b/postgres/Dockerfile index bdbb93e83..1525302f2 100644 --- a/postgres/Dockerfile +++ b/postgres/Dockerfile @@ -75,9 +75,6 @@ ADD --chmod=644 "https://raw.githubusercontent.com/alexbelgium/hassio-addons/mas RUN if [ -d /etc/cont-init.d ]; then chmod -R 755 /etc/cont-init.d; fi && \ if [ -d /etc/services.d ]; then chmod -R 755 /etc/services.d; fi -RUN curl -f -L -s -S "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_entrypoint.sh" --output /ha_entrypoint.sh \ - && chmod 777 /ha_entrypoint.sh - WORKDIR /data ENTRYPOINT [ "/usr/bin/env" ] CMD [ "/ha_entrypoint.sh" ]