Updated app.json
Added a postdeploy option to run the application after it finishes buildingmain
parent
1c5f57e692
commit
831d111c55
5
app.json
5
app.json
|
@ -4,6 +4,9 @@
|
|||
"repository": "https://github.com/benbusby/shoogle",
|
||||
"logo": "https://raw.githubusercontent.com/benbusby/shoogle/master/app/static/img/favicon/ms-icon-150x150.png",
|
||||
"keywords": ["search", "metasearch", "flask", "docker", "heroku", "adblock", "degoogle", "privacy"],
|
||||
"image": "heroku/python"
|
||||
"image": "heroku/python",
|
||||
"scripts": {
|
||||
"postdeploy": "./run"
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue