Migrate aspnet-mssql sample to .NET 5 🚀 (#143)

* Updated MVC app to .NET 5

Signed-off-by: GitHub <noreply@github.com>

* Added SQL Server health check

Signed-off-by: GitHub <noreply@github.com>

* Updated README.md files with ASP.NET samples

Signed-off-by: GitHub <noreply@github.com>
This commit is contained in:
Esteban Solano Granados
2021-05-21 10:43:15 -06:00
committed by GitHub
parent c8370c40c6
commit 6ba8ef4937
9 changed files with 495 additions and 61 deletions

View File

@@ -35,7 +35,7 @@ Make sure port 80 on the host is not being used by another container, otherwise
$ docker-compose up -d
Creating network "aspnet-mssql_default" with the default driver
Building web
Step 1/13 : FROM mcr.microsoft.com/dotnet/core/sdk:2.1 AS build
Step 1/13 : FROM mcr.microsoft.com/dotnet/sdk:5.0 AS build
2.1: Pulling from dotnet/core/sdk
....
....