Added missing web dyno formation

pull/9/head
Ben Busby 4 years ago committed by GitHub
parent 831d111c55
commit 482c93b09a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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"
}
}
}

Loading…
Cancel
Save