mirror of
https://github.com/hrak/docker-php-5.3.git
synced 2025-12-11 21:31:16 +00:00
Initial commit
This commit is contained in:
9
docker-php-entrypoint
Executable file
9
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-fpm "$@"
|
||||
fi
|
||||
|
||||
exec "$@"
|
||||
Reference in New Issue
Block a user