Point to project.toml in docs

This commit is contained in:
Nick Hammond
2024-10-01 14:08:26 -07:00
parent c60124188f
commit dda8efe39a

View File

@@ -8,7 +8,6 @@
# #
# Options go under the builder key in the root configuration. # Options go under the builder key in the root configuration.
builder: builder:
# Arch # Arch
# #
# The architectures to build for — you can set an array or just a single value. # The architectures to build for — you can set an array or just a single value.
@@ -34,11 +33,15 @@ builder:
# Buildpack configuration # Buildpack configuration
# #
# The build configuration for using pack to build a Cloud Native Buildpack image. # The build configuration for using pack to build a Cloud Native Buildpack image.
#
# For additional buildpack customization options you can create a project descriptor
# file(project.toml) that the Pack CLI will automatically use.
# See https://buildpacks.io/docs/for-app-developers/how-to/build-inputs/use-project-toml/ for more information.
pack: pack:
builder: heroku/builder:24 builder: heroku/builder:24
buildpacks: buildpacks:
- heroku/ruby - heroku/ruby
- heroku/procfile - heroku/procfile
# Builder cache # Builder cache
# #