mirror of
https://github.com/benbusby/whoogle-search.git
synced 2025-07-09 03:04:13 -04:00
Added missing web dyno formation
This commit is contained in:
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…
x
Reference in New Issue
Block a user