Added missing web dyno formation
parent
831d111c55
commit
482c93b09a
9
app.json
9
app.json
|
@ -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"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue