mirror of
https://github.com/dokku/buildpack-nginx.git
synced 2025-02-05 04:42:27 +00:00
Testing paths from other pack.
This commit is contained in:
parent
23e4a8ab42
commit
caa17b7718
@ -108,6 +108,12 @@ else
|
|||||||
cp -r $CACHE_DIR/bin/* $BUILD_DIR/nginx/
|
cp -r $CACHE_DIR/bin/* $BUILD_DIR/nginx/
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
# Update the PATH
|
||||||
|
mkdir -p $BUILD_DIR/.profile.d
|
||||||
|
cat > $BUILD_DIR/.profile.d/nginx.sh <<"EOF"
|
||||||
|
export PATH="$PATH:$HOME/nginx"
|
||||||
|
EOF
|
||||||
|
|
||||||
cd $CUR_DIR
|
cd $CUR_DIR
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user