diff --git a/app.json b/app.json index 95c2ffb..fcdc60a 100644 --- a/app.json +++ b/app.json @@ -107,5 +107,13 @@ }, "addons": [ "heroku-postgresql" + ], + "buildpacks": [ + { + "url": "https://github.com/alex88/heroku-buildpack-vips" + }, + { + "url": "https://github.com/heroku/heroku-buildpack-nodejs" + } ] }