A bunch of things
This commit is contained in:
11
multi-php-fpm-srv/project/entrypoint/entrypoint.sh
Normal file
11
multi-php-fpm-srv/project/entrypoint/entrypoint.sh
Normal file
@@ -0,0 +1,11 @@
|
||||
#!/bin/sh
|
||||
|
||||
/bin/sh /entrypoint/container-php-ver-inst.sh
|
||||
/bin/sh /entrypoint/install-php-versions.sh
|
||||
/bin/sh /entrypoint/start-php-fpm.sh
|
||||
|
||||
# Run the CMD that was passed (or default)
|
||||
exec "$@"
|
||||
|
||||
tail -f /dev/null
|
||||
|
Reference in New Issue
Block a user