Skip to content

bruno-garcia/so-46654574

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

Running .NET Core 2.0 console app within container based on microsoft/dotnet:2.0-runtime

$ dotnet build
$ docker build -t so-46654574 .
$ docker run so-46654574