Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 361 Bytes

File metadata and controls

15 lines (9 loc) · 361 Bytes

Dockerfile Workshop

Simple MVC application which has a Dockerfile.

Setup

This was setup using:

  • dotnet new sln --name workshop
  • dotnet new mvc --name workshop.mvc
  • dotnet sln add **/*.csproj

Then right click on the mvc project and Add Docker Support to generate the file.

Now when you run the application will deploy to Docker.