From ee640cf663d79a4a663e195113f0f15152628a4d Mon Sep 17 00:00:00 2001 From: Diego Lendoiro Date: Mon, 5 Aug 2019 15:24:24 +0200 Subject: [PATCH] Changed: Make supervisord pid 1 --- bin/docker-entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/docker-entrypoint.sh b/bin/docker-entrypoint.sh index 70b225d..7bcef9c 100755 --- a/bin/docker-entrypoint.sh +++ b/bin/docker-entrypoint.sh @@ -109,4 +109,4 @@ fi install email_cron_job -/usr/bin/supervisord -n +exec /usr/bin/supervisord -n