summaryrefslogtreecommitdiff
path: root/app.json
diff options
context:
space:
mode:
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"
+ }
]
}