From b802e801adec892ed835e009145757100f86a5ed Mon Sep 17 00:00:00 2001 From: RouxAntoine Date: Sun, 3 Mar 2024 15:47:16 +0100 Subject: [PATCH] feature: configure stop signal --- Dockerfile | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Dockerfile b/Dockerfile index 49ba0a9..7815b5c 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,6 +10,8 @@ ENV LANG fr_FR.utf8 ENV PURGE_OLD false ENTRYPOINT ["docker-entrypoint.sh"] +# this is the default but in case of +STOPSIGNAL SIGTERM EXPOSE 5432 CMD ["postgres"]