From c4aed2f96c597540a698f203eca0a8d5b276bb68 Mon Sep 17 00:00:00 2001 From: Patrick Niebeling Date: Wed, 6 Nov 2024 21:40:07 +0100 Subject: [PATCH] Fix Signed-off-by: Patrick Niebeling --- Stable2.0/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Stable2.0/Dockerfile b/Stable2.0/Dockerfile index afabd73..d2d6522 100644 --- a/Stable2.0/Dockerfile +++ b/Stable2.0/Dockerfile @@ -42,7 +42,7 @@ HEALTHCHECK --interval=1m --timeout=5s --start-period=10s \ CMD /usr/bin/rspamadm control stat || exit 1 # Run Rspamd -ENTRYPOINT ["/docker-entrypoint.sh"] +ENTRYPOINT ["bash", "-c", "/docker-entrypoint.sh"] STOPSIGNAL SIGTERM