caddy-php-for-docker/caddy-with-php/entrypoint.sh

6 lines
71 B
Bash

#!/bin/sh
set -e
# php-fpm daemonize
php-fpm -D
# start caddy
exec "$@"