Files
dokku/tests/apps/python/project2.toml
Jose Diaz-Gonzalez 4cf717baf8 fix: set default process list in test buildpacks
Also include the packeto-buildpacks/procfile buildpack to ensure the Procfile is interpolated for a process list.
2021-10-06 03:06:54 -04:00

15 lines
194 B
TOML

[project]
id = "python"
name = "python"
version = "1.0.0"
[[build.buildpacks]]
uri = "./cnb/1"
[[build.buildpacks]]
uri = "./cnb/1"
[[order.group]]
uri = "gcr.io/paketo-buildpacks/procfile"