Change `entrypoint.sh` to run both `php-fpm` and `nginx` as background tasks. By doing so we free up the shell to start writing each event to a log for debugging.
Change
entrypoint.shto run bothphp-fpmandnginxas background tasks.By doing so we free up the shell to start writing each event to a log for debugging.