try soft links

This commit is contained in:
2016-06-24 15:42:55 -04:00
parent 2693de45c7
commit 49e409cb64
+1 -1
View File
@@ -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