Skip to content
Snippets Groups Projects
Commit 2693de45 authored by Kenneth Reitz's avatar Kenneth Reitz
Browse files

attempt to ln

parent 88f711b6
No related branches found
No related tags found
No related merge requests found
......@@ -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
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment