Running Dot Net Core outside MS ecosystem - 2
April 13, 2020
Dockerize the app
- Follow directions here
- As of writing, this pointed to images of dot net core v2.2. Replace it with 3.1
Create an asp.net core app
End State: The repo at the end of Part 1