mirror of
https://github.com/dokku/buildpack-nginx.git
synced 2024-11-26 02:33:05 +00:00
support custom building
This commit is contained in:
parent
8e6678f6f8
commit
a34c6c5ad6
@ -13,3 +13,7 @@ fi
|
|||||||
if [[ ! -f $1/mime.types ]]; then
|
if [[ ! -f $1/mime.types ]]; then
|
||||||
cp $BINDIR/../conf/mime.types $1/mime.types
|
cp $BINDIR/../conf/mime.types $1/mime.types
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
if [[ -e $1/${CUSTOM_BUILD:-custom-build} ]]; then
|
||||||
|
$1/${CUSTOM_BUILD:-custom-build}
|
||||||
|
fi
|
||||||
|
Loading…
Reference in New Issue
Block a user