deep copy

This commit is contained in:
2016-12-19 17:50:31 -05:00
parent 852723f867
commit 4e8c469ec7
+1 -1
View File
@@ -209,7 +209,7 @@ cp $ROOT_DIR/vendor/python.gunicorn.sh $GUNICORN_PROFILE_PATH
# Symlink the directory for -e pip installations
if [[ $BUILD_DIR != '/app' ]]; then
mv /app/.heroku/src $BUILD_DIR/.heroku
deep-cp /app/.heroku/src $BUILD_DIR/.heroku/src
ln -s /app/.heroku/src $BUILD_DIR/.heroku/src
fi