From d5f0098280d721515781562c20f922d4a4935f08 Mon Sep 17 00:00:00 2001 From: Brock H Caldwell Date: Fri, 16 May 2025 19:18:04 -0500 Subject: [PATCH] fixes apache broken processes --- bash/entrypoint.sh | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bash/entrypoint.sh b/bash/entrypoint.sh index 14229ec..6cc183d 100644 --- a/bash/entrypoint.sh +++ b/bash/entrypoint.sh @@ -13,3 +13,6 @@ php /var/www/bin/console doctrine:fixtures:load --no-interaction # Start Apache in the foreground echo "Starting Apache..." exec apachectl -D FOREGROUND + +exec "$@" +