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

try soft links

parent 2693de45
No related branches found
No related tags found
No related merge requests found
...@@ -97,7 +97,7 @@ if [[ ! "$DOCKER_BUILD" ]]; then ...@@ -97,7 +97,7 @@ if [[ ! "$DOCKER_BUILD" ]]; then
# Copy Application code in. # Copy Application code in.
bpwatch start appdir_stage bpwatch start appdir_stage
# deep-cp $BUILD_DIR $APP_DIR # deep-cp $BUILD_DIR $APP_DIR
ln $BUILD_DIR/* $APP_DIR ln -s $BUILD_DIR/* $APP_DIR
bpwatch stop appdir_stage bpwatch stop appdir_stage
fi 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