From 49e409cb6457063d7d1e890ec4cf04b642b9c89d Mon Sep 17 00:00:00 2001 From: Kenneth Reitz <me@kennethreitz.org> Date: Fri, 24 Jun 2016 15:42:55 -0400 Subject: [PATCH] try soft links --- bin/compile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/compile b/bin/compile index 3ab9ac04..c6045f63 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 -- GitLab