mirror of
https://github.com/dokku/buildpack-nginx.git
synced 2025-12-08 02:25:11 +00:00
@ -13,3 +13,7 @@ fi
|
||||
if [[ ! -f $1/mime.types ]]; then
|
||||
cp $BINDIR/../conf/mime.types $1/mime.types
|
||||
fi
|
||||
|
||||
if [[ -e $1/${CUSTOM_BUILD:-custom-build} ]]; then
|
||||
$1/${CUSTOM_BUILD:-custom-build} "$@"
|
||||
fi
|
||||
|
||||
Reference in New Issue
Block a user