mirror of
https://github.com/benbusby/whoogle-search.git
synced 2026-03-11 08:54:34 +00:00
Added missing web dyno formation
This commit is contained in:
parent
831d111c55
commit
482c93b09a
1 changed files with 7 additions and 2 deletions
9
app.json
9
app.json
|
|
@ -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…
Reference in a new issue