diff --git a/bin/compile b/bin/compile index 93bcc2e4fee566343f42ecc5618fbc58f9967143..3ab9ac04c01782f4338f29a542d9aca2696bf83d 100755 --- a/bin/compile +++ b/bin/compile @@ -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