add note about /app/.heroku/src

This commit is contained in:
2016-12-18 13:58:22 -05:00
parent 36dd089808
commit 87cf6073dc
+1
View File
@@ -152,6 +152,7 @@ if [[ $BUILD_DIR != '/app' ]]; then
ln -s $BUILD_DIR/.heroku/python /app/.heroku/python
ln -s $BUILD_DIR/.heroku/vendor /app/.heroku/vendor
ln -s $BUILD_DIR/.heroku/venv /app/.heroku/venv
# NOTE: /app/.heroku/src also exists, but is copied manually later.
fi
# Install Python.