mirror of
https://github.com/dokku/buildpack-nginx.git
synced 2025-06-26 02:20:47 +00:00
pass all args to custom build command
This commit is contained in:
@ -15,5 +15,5 @@ if [[ ! -f $1/mime.types ]]; then
|
||||
fi
|
||||
|
||||
if [[ -e $1/${CUSTOM_BUILD:-custom-build} ]]; then
|
||||
$1/${CUSTOM_BUILD:-custom-build}
|
||||
$1/${CUSTOM_BUILD:-custom-build} "$@"
|
||||
fi
|
||||
|
Reference in New Issue
Block a user