Files
lemp-dockerized/multi-php-fpm/project/entrypoint/entrypoint.sh
eroncero 263f77418a Polished
2025-07-18 09:54:46 +02:00

10 lines
130 B
Bash

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