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