Commit 7f34453d authored by David Dollar's avatar David Dollar

use $HOME to build $PATH

parent b1a25530
......@@ -175,4 +175,4 @@ echo "Dependencies installed" | indent
echo "-----> Setting up .profile"
mkdir -p $BUILD_DIR/.profile.d
echo "export PATH=\"/app/bin:/app/node_modules/.bin:\$PATH\"" > $BUILD_DIR/.profile.d/nodejs.sh
echo "export PATH=\"\$HOME/bin:\$HOME/node_modules/.bin:\$PATH\"" > $BUILD_DIR/.profile.d/nodejs.sh
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment