1
0
Files
test-php/project.toml
2025-08-14 08:46:01 +00:00

18 lines
335 B
TOML

[_]
schema-version = "0.2"
[_.metadata]
org.opencontainers.image.source = "https://git.saito.systems/felegy/test"
org.opencontainers.image.description= "Test PHP cnb image"
[io.buildpacks]
builder = "heroku/builder:24"
include = [
".profile.d",
"Procfile",
"config",
"web",
"composer.json",
"composer.lock"
]