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

add note about /app/.heroku/src

parent 36dd0898
No related branches found
No related tags found
No related merge requests found
...@@ -152,6 +152,7 @@ if [[ $BUILD_DIR != '/app' ]]; then ...@@ -152,6 +152,7 @@ if [[ $BUILD_DIR != '/app' ]]; then
ln -s $BUILD_DIR/.heroku/python /app/.heroku/python ln -s $BUILD_DIR/.heroku/python /app/.heroku/python
ln -s $BUILD_DIR/.heroku/vendor /app/.heroku/vendor ln -s $BUILD_DIR/.heroku/vendor /app/.heroku/vendor
ln -s $BUILD_DIR/.heroku/venv /app/.heroku/venv ln -s $BUILD_DIR/.heroku/venv /app/.heroku/venv
# NOTE: /app/.heroku/src also exists, but is copied manually later.
fi fi
# Install Python. # Install Python.
......
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