diff --git a/app.json b/app.json new file mode 100644 index 0000000..fb53f7b --- /dev/null +++ b/app.json @@ -0,0 +1,20 @@ +{ + "name": "docker-alpine-wordpress", + "description": "", + "scripts": { + "postdeploy": "bin/setup", + "pr-predestroy": "bin/teardown" + }, + "env": { + }, + "formation": { + }, + "addons": [ + + ], + "buildpacks": [ + { + "url": "https://github.com/ProjectFWO/heroku-buildpack-wordpress" + } + ] +}