summaryrefslogtreecommitdiff
path: root/app.json
diff options
context:
space:
mode:
authorYukai Huang2016-11-17 16:24:30 +0800
committerYukai Huang2016-11-17 16:24:30 +0800
commit975b1f248f99251462741f8725b047391fa367e4 (patch)
treed3ead7966b2878a5be8abb8c5c85f8496ec09593 /app.json
parent2279986f97520efccb8f68a9e9f8535cd4eb3bf2 (diff)
Add libvips heroku buildpack
Diffstat (limited to 'app.json')
-rw-r--r--app.json8
1 files changed, 8 insertions, 0 deletions
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"
+ }
]
}