From ba77c0c9bd6b20a850f693aac181718d4144cc86 Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Wed, 4 Dec 2024 22:37:09 +0100 Subject: [PATCH] Update Dockerfile --- postgres/Dockerfile | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/postgres/Dockerfile b/postgres/Dockerfile index 45f7030aa..5f5057cf7 100644 --- a/postgres/Dockerfile +++ b/postgres/Dockerfile @@ -72,10 +72,7 @@ ADD "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templat ADD "https://raw.githubusercontent.com/alexbelgium/hassio-addons/master/.templates/ha_entrypoint_modif.sh" "/ha_entrypoint_modif.sh" RUN chmod 777 /ha_entrypoint.sh /ha_entrypoint_modif.sh && /ha_entrypoint_modif.sh && rm /ha_entrypoint_modif.sh -RUN chmod 777 /docker-entrypoint-initdb.d/* && \ - # Close gracefully - cat /etc/cont-init.d/99-run.sh >> /ha_entrypoint.sh && \ - rm /etc/cont-init.d/99-run.sh +RUN chmod 777 /docker-entrypoint-initdb.d/* WORKDIR /config ENTRYPOINT [ "/ha_entrypoint.sh" ]