Updated app.json

Added a postdeploy option to run the application after it finishes building
pull/9/head
Ben Busby 4 years ago committed by GitHub
parent 1c5f57e692
commit 831d111c55
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save