Add libvips heroku buildpack

This commit is contained in:
Yukai Huang 2016-11-17 16:24:30 +08:00
parent 2279986f97
commit 975b1f248f
1 changed files with 8 additions and 0 deletions

View File

@ -107,5 +107,13 @@
},
"addons": [
"heroku-postgresql"
],
"buildpacks": [
{
"url": "https://github.com/alex88/heroku-buildpack-vips"
},
{
"url": "https://github.com/heroku/heroku-buildpack-nodejs"
}
]
}