All checks were successful
/ build-and-deploy (push) Successful in 2m11s
* ~ Rebuild Image * ~ FIX project descriptor file * ~ FIX composer plugin-api-version * ~ FIX composer plugin-api-version * ~ FIX composer plugin-api-version * ~ Rebuild Image * ~ Rebuild Image * ~ Upgrade dependencies * ~ CHG rebuild dev image --------- Co-authored-by: felegy <felegy@hvg.hu>
19 lines
312 B
TOML
19 lines
312 B
TOML
[_]
|
|
schema-version = "0.2"
|
|
|
|
[_.metadata]
|
|
org.opencontainers.image.source = "https://github.com/HVG/wp"
|
|
org.opencontainers.image.description= "HVG Blog cnb image"
|
|
|
|
|
|
[io.buildpacks]
|
|
include = [
|
|
".profile.d",
|
|
"Procfile",
|
|
"config",
|
|
"web",
|
|
"wp-cli.yml",
|
|
"composer.json",
|
|
"composer.lock"
|
|
]
|