10 lines
130 B
Bash
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
|
|
|