add app.json
This commit is contained in:
parent
7109a01bc7
commit
0f5365e5e5
|
|
@ -0,0 +1,8 @@
|
||||||
|
{
|
||||||
|
"name": "MusicStore",
|
||||||
|
"description": "ASP.NET 5 Sample app",
|
||||||
|
"logo": "https://raw.githubusercontent.com/aspnet/MusicStore/master/src/MusicStore/wwwroot/Images/home-showcase.png",
|
||||||
|
"env": {
|
||||||
|
"BUILDPACK_URL": "https://github.com/heroku/dotnet-buildpack.git"
|
||||||
|
}
|
||||||
|
}
|
||||||
Loading…
Reference in New Issue