mirror of
https://github.com/kennethreitz/heroku-buildpack-python.git
synced 2026-06-05 23:10:16 +00:00
try soft links
This commit is contained in:
+1
-1
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user