Commit 34565621 authored by David Dollar's avatar David Dollar

need to export path

parent 5a687433
...@@ -175,4 +175,4 @@ echo "Dependencies installed" | indent ...@@ -175,4 +175,4 @@ echo "Dependencies installed" | indent
echo "-----> Setting up .profile" echo "-----> Setting up .profile"
mkdir -p $BUILD_DIR/.profile.d mkdir -p $BUILD_DIR/.profile.d
echo "PATH=\"/app/bin:/app/node_modules/.bin:$PATH\"" > $BUILD_DIR/.profile.d/nodejs.sh echo "export 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