diff --git a/docker-entrypoint.sh b/docker-entrypoint.sh index 41f5404f..2a60a717 100755 --- a/docker-entrypoint.sh +++ b/docker-entrypoint.sh @@ -118,4 +118,5 @@ php artisan cache:clear php artisan view:clear +trap "echo Catching SIGWINCH apache error and perventing it." SIGWINCH exec apache2-foreground