From 5e525d64ae2b794b98e1ddb494582e3586661f5b Mon Sep 17 00:00:00 2001 From: Alexandre <44178713+alexbelgium@users.noreply.github.com> Date: Wed, 4 Dec 2024 22:56:08 +0100 Subject: [PATCH] Update Dockerfile --- postgres/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/postgres/Dockerfile b/postgres/Dockerfile index 4c3e9ef2a..1801abbc8 100644 --- a/postgres/Dockerfile +++ b/postgres/Dockerfile @@ -74,7 +74,7 @@ RUN chmod 777 /ha_entrypoint.sh /ha_entrypoint_modif.sh && /ha_entrypoint_modif. RUN chmod 777 /docker-entrypoint-initdb.d/* -RUN echo -e "\n# Simulate long-running process to allow signal handling\nwhile true; do\n sleep 1\ndone" >> /ha_entrypoint.sh +RUN echo "\nsleep infinity" >> /ha_entrypoint.sh WORKDIR /config ENTRYPOINT [ "/ha_entrypoint.sh" ]