From 4a15f69413d8e291a2a42b43708ac07e068c17cf Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Wed, 31 Jan 2024 13:17:34 +0100 Subject: [PATCH] Update Dockerfile --- postgres/Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/postgres/Dockerfile b/postgres/Dockerfile index 57665d0d6..6a71ea899 100644 --- a/postgres/Dockerfile +++ b/postgres/Dockerfile @@ -67,6 +67,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/* WORKDIR /config ENTRYPOINT [ "/usr/bin/env" ] CMD [ "/ha_entrypoint.sh" ]