diff --git a/bin/compile b/bin/compile
index 3ab9ac04c01782f4338f29a542d9aca2696bf83d..c6045f63dce8fb6931683e12b0814c2efd984526 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