mirror of
https://github.com/kennethreitz/heroku-buildpack-python.git
synced 2026-06-05 15:00:19 +00:00
838f4c125b
* Moves all manual build steps to make targets, to simplify the commands run, and reduce chance for error. * Removes the need to remember to rebuild the builder image by building it automatically prior to launching. * Adds a new make target for deploying multiple runtime versions at once to speed up the common case. * Reduces repetition/superfluous content in documentation. * Removes unused `S3_REGION` from `dockerenv.default` (the contents of S3 buckets inherit the region of the bucket). * Documents build dependencies in `requirements.txt`. Closes @W-8119717@. [skip changelog]
9 lines
358 B
Plaintext
9 lines
358 B
Plaintext
# Since no values are specified here, these variables will be read from the environment at run time:
|
|
# https://docs.docker.com/engine/reference/commandline/run/#set-environment-variables--e---env---env-file
|
|
AWS_ACCESS_KEY_ID
|
|
AWS_SECRET_ACCESS_KEY
|
|
|
|
# Uncomment these if you need to override the default S3 bucket and/or path prefixes.
|
|
# S3_BUCKET
|
|
# S3_PREFIX
|