diff --git a/app.json b/app.json index 563dec8..2091abc 100644 --- a/app.json +++ b/app.json @@ -6,7 +6,12 @@ "keywords": ["search", "metasearch", "flask", "docker", "heroku", "adblock", "degoogle", "privacy"], "image": "heroku/python", "scripts": { - "postdeploy": "./run" + "postdeploy": "./run &" + }, + "formation": { + "web": { + "quantity": 1, + "size": "free" + } } } -