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