Add libvips heroku buildpack
This commit is contained in:
parent
2279986f97
commit
975b1f248f
1 changed files with 8 additions and 0 deletions
8
app.json
8
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"
|
||||
}
|
||||
]
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue