fixes apache broken processes

This commit is contained in:
2025-05-16 19:18:04 -05:00
parent 4cb9fd0810
commit d5f0098280

View File

@@ -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 "$@"