mirror of
https://github.com/docker-library/php.git
synced 2025-08-20 13:53:47 +00:00
Add Debian Buster variant
This commit is contained in:
9
7.1/buster/zts/docker-php-entrypoint
Executable file
9
7.1/buster/zts/docker-php-entrypoint
Executable file
@ -0,0 +1,9 @@
|
||||
#!/bin/sh
|
||||
set -e
|
||||
|
||||
# first arg is `-f` or `--some-option`
|
||||
if [ "${1#-}" != "$1" ]; then
|
||||
set -- php "$@"
|
||||
fi
|
||||
|
||||
exec "$@"
|
Reference in New Issue
Block a user