From a678c2e89da7f3ce745084cf066ef75cba85a3aa Mon Sep 17 00:00:00 2001 From: Ben Busby Date: Fri, 24 Apr 2020 17:53:45 -0600 Subject: [PATCH] Updated app.json to use container stack --- app.json | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/app.json b/app.json index 2091abc..a829d1d 100644 --- a/app.json +++ b/app.json @@ -4,14 +4,5 @@ "repository": "https://github.com/benbusby/shoogle", "logo": "https://raw.githubusercontent.com/benbusby/shoogle/master/app/static/img/favicon/ms-icon-150x150.png", "keywords": ["search", "metasearch", "flask", "docker", "heroku", "adblock", "degoogle", "privacy"], - "image": "heroku/python", - "scripts": { - "postdeploy": "./run &" - }, - "formation": { - "web": { - "quantity": 1, - "size": "free" - } - } + "stack": "container" }