mirror of
https://github.com/dokku/buildpack-nginx.git
synced 2025-01-13 12:26:22 +00:00
pass all args to custom build command
This commit is contained in:
parent
a34c6c5ad6
commit
6b52d62f7d
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user