diff options
author | Yukai Huang | 2016-11-17 16:24:30 +0800 |
---|---|---|
committer | Yukai Huang | 2016-11-17 16:24:30 +0800 |
commit | 975b1f248f99251462741f8725b047391fa367e4 (patch) | |
tree | d3ead7966b2878a5be8abb8c5c85f8496ec09593 /app.js | |
parent | 2279986f97520efccb8f68a9e9f8535cd4eb3bf2 (diff) |
Add libvips heroku buildpack
Diffstat (limited to '')
-rw-r--r-- | app.json | 8 |
1 files changed, 8 insertions, 0 deletions
@@ -107,5 +107,13 @@ }, "addons": [ "heroku-postgresql" + ], + "buildpacks": [ + { + "url": "https://github.com/alex88/heroku-buildpack-vips" + }, + { + "url": "https://github.com/heroku/heroku-buildpack-nodejs" + } ] } |