mirror of
https://github.com/dokku/buildpack-nginx.git
synced 2024-11-05 11:48:42 +00:00
Forgot to copy over nginx.conf.sigil to the build directory
This commit is contained in:
parent
640f6d396a
commit
9c43925fac
@ -28,6 +28,7 @@ if [[ ! -e "$BUILD_DIR/www" ]]; then
|
||||
mv $CACHE_DIR/www/* $BUILD_DIR/www
|
||||
# Check for a copy the nginx conf file override to the build dir
|
||||
[[ -f "$BUILD_DIR/www/nginx.conf.erb" ]] && mv $BUILD_DIR/www/nginx.conf.erb $BUILD_DIR
|
||||
[[ -f "$BUILD_DIR/www/nginx.conf.sigil" ]] && mv $BUILD_DIR/www/nginx.conf.sigil $BUILD_DIR
|
||||
[[ -f "$BUILD_DIR/www/mime.types" ]] && mv $BUILD_DIR/www/mime.types $BUILD_DIR
|
||||
[[ -f "$BUILD_DIR/www/CHECKS" ]] && mv $BUILD_DIR/www/CHECKS $BUILD_DIR
|
||||
rm -rf $CACHE_DIR/www
|
||||
|
Loading…
Reference in New Issue
Block a user