Skip to content

Latest commit

 

History

History
6 lines (4 loc) · 170 Bytes

README.md

File metadata and controls

6 lines (4 loc) · 170 Bytes

dotnetcore-dockerised

Run the following commands to build and run images:

docker build -t dotnet-dockerised .

docker run -d -p 5000:80 --name myapp dotnet-dockerised