Commit 5a687433 authored by David Dollar's avatar David Dollar

add profile support

parent 02eaafb3
......@@ -172,3 +172,7 @@ echo "-----> Installing dependencies with npm"
run_npm "install --production"
run_npm "rebuild"
echo "Dependencies installed" | indent
echo "-----> Setting up .profile"
mkdir -p $BUILD_DIR/.profile.d
echo "PATH=\"/app/bin:/app/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