Added missing web dyno formation

main
Ben Busby 2020-04-24 17:43:30 -06:00 committed by GitHub
parent 831d111c55
commit 482c93b09a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 7 additions and 2 deletions

View File

@ -6,7 +6,12 @@
"keywords": ["search", "metasearch", "flask", "docker", "heroku", "adblock", "degoogle", "privacy"], "keywords": ["search", "metasearch", "flask", "docker", "heroku", "adblock", "degoogle", "privacy"],
"image": "heroku/python", "image": "heroku/python",
"scripts": { "scripts": {
"postdeploy": "./run" "postdeploy": "./run &"
},
"formation": {
"web": {
"quantity": 1,
"size": "free"
}
} }
} }