From 831d111c5500f31ec9834612c22212991e646d72 Mon Sep 17 00:00:00 2001 From: Ben Busby Date: Fri, 24 Apr 2020 17:35:02 -0600 Subject: [PATCH] Updated app.json Added a postdeploy option to run the application after it finishes building --- app.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/app.json b/app.json index eb8f5ab..563dec8 100644 --- a/app.json +++ b/app.json @@ -4,6 +4,9 @@ "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" + "image": "heroku/python", + "scripts": { + "postdeploy": "./run" + } }