Updated app.json to use container stack

このコミットが含まれているのは:
Ben Busby 2020-04-24 17:53:45 -06:00
コミット a678c2e89d
1個のファイルの変更1行の追加10行の削除

ファイルの表示

@ -4,14 +4,5 @@
"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 &"
},
"formation": {
"web": {
"quantity": 1,
"size": "free"
}
}
"stack": "container"
}