From 975b1f248f99251462741f8725b047391fa367e4 Mon Sep 17 00:00:00 2001 From: Yukai Huang Date: Thu, 17 Nov 2016 16:24:30 +0800 Subject: Add libvips heroku buildpack --- app.json | 8 ++++++++ 1 file changed, 8 insertions(+) (limited to 'app.json') diff --git a/app.json b/app.json index 95c2ffbf..fcdc60a7 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" + } ] } -- cgit v1.2.3