Files
lemp-dockerized/multi-php-fpm-srv/project/entrypoint/entrypoint.sh
2025-08-18 16:33:16 +02:00

14 lines
248 B
Bash

#!/bin/sh
/bin/sh /entrypoint/container-php-ver-inst.sh
/bin/sh /entrypoint/install-php-versions.sh
/bin/sh /entrypoint/copy-config.sh
/bin/sh /entrypoint/start-php-fpm.sh
# Run the CMD that was passed (or default)
exec "$@"
tail -f /dev/null