Commit 49e409cb authored by Kenneth Reitz's avatar Kenneth Reitz

try soft links

parent 2693de45
......@@ -97,7 +97,7 @@ if [[ ! "$DOCKER_BUILD" ]]; then
# Copy Application code in.
bpwatch start appdir_stage
# deep-cp $BUILD_DIR $APP_DIR
ln $BUILD_DIR/* $APP_DIR
ln -s $BUILD_DIR/* $APP_DIR
bpwatch stop appdir_stage
fi
......
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