From 6946c5f1f268719fadcedfd30eb36cd3683728a4 Mon Sep 17 00:00:00 2001 From: daboe01 Date: Sun, 29 Sep 2019 07:50:13 +0200 Subject: [PATCH] fixed: do not use zero downtime --- entrypoint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/entrypoint.sh b/entrypoint.sh index 387867c..d2ff60b 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -1 +1 @@ -/etc/init.d/postgresql start && hypnotoad -f /app/Clinical/backend.pl +/etc/init.d/postgresql start && perl /app/Clinical/backend.pl prefork -m production -l http://*:3004 -w 10