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