From 2693de45c78f7e30517f052e2502afc88851d955 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz <me@kennethreitz.org> Date: Fri, 24 Jun 2016 15:40:57 -0400 Subject: [PATCH] attempt to ln --- bin/compile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bin/compile b/bin/compile index 93bcc2e4..3ab9ac04 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 -- GitLab