mirror of
https://github.com/dokku/dokku.git
synced 2026-02-24 12:12:08 +01:00
Also include the packeto-buildpacks/procfile buildpack to ensure the Procfile is interpolated for a process list.
15 lines
194 B
TOML
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"
|