This commit is contained in:
felegy
2025-06-30 12:02:36 +00:00
commit c9cb4a4ca8
102 changed files with 46977 additions and 0 deletions

19
project.toml Normal file
View File

@@ -0,0 +1,19 @@
[_]
schema-version = "0.2"
[_.metadata]
org.opencontainers.image.source = "https://github.com/HVG/wp"
org.opencontainers.image.description= "HVG Blog cnb image"
[io.buildpacks]
builder = "heroku/builder:24"
include = [
".profile.d",
"Procfile",
"config",
"web",
"wp-cli.yml",
"composer.json",
"composer.lock"
]