831d111c55
Added a postdeploy option to run the application after it finishes building
13 行
566 B
JSON
13 行
566 B
JSON
{
|
|
"name": "Shoogle Search",
|
|
"description": "A lightweight, privacy-oriented, containerized Google search proxy for desktop/mobile that removes Javascript, AMP links, and ads/sponsored content",
|
|
"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",
|
|
"scripts": {
|
|
"postdeploy": "./run"
|
|
}
|
|
}
|
|
|