root@php_h5ai:/var/www/html# cat /usr/local/bin/docker-php-entrypoint #!/bin/shset -e# first arg is `-f` or `--some-option`if [ "${1#-}" != "$1" ]; then set -- apache2-foreground "$@"fiexec "$@"