Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion bin/compile
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,7 @@ python_home='/app/.heroku/python'
# using `/app` paths which will still work at run-time after relocation. Amongst other things, this
# ensures that the shebang lines in the entrypoint scripts of installed packages are correct.
export PATH="/app/.heroku/python/bin:${PATH}"
# Tell Python to not buffer its stdin/stdout.
# Disable Python's output buffering to ensure logs aren't dropped if an app crashes.
export PYTHONUNBUFFERED=1
# Ensure Python uses a Unicode locale, to prevent the issues described in:
# https://github.com/docker-library/python/pull/570
Expand Down