aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--app.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/app.json b/app.json
index 201d708..792c1a7 100644
--- a/app.json
+++ b/app.json
@@ -2,8 +2,8 @@
"name": "opcut",
"website": "http://opcut.heroku.com",
"repository": "https://github.com/bozokopic/opcut",
+ "image": "heroku/python",
"buildpacks": [
- {"url": "heroku/python"},
{"url": "https://github.com/bozokopic/opcut"}
]
}