attempt to ln

This commit is contained in:
2016-06-24 15:40:57 -04:00
parent 88f711b6e7
commit 2693de45c7
+2 -1
View File
@@ -96,7 +96,8 @@ if [[ ! "$DOCKER_BUILD" ]]; then
# Copy Application code in.
bpwatch start appdir_stage
deep-cp $BUILD_DIR $APP_DIR
# deep-cp $BUILD_DIR $APP_DIR
ln $BUILD_DIR/* $APP_DIR
bpwatch stop appdir_stage
fi