Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 301 Bytes

File metadata and controls

15 lines (11 loc) · 301 Bytes

Swagger.NetCore

Implemented Swagger documentation in .Net Core web APIs

build command

dotnet publish -c Release -o C:\MyWebs\test

docker build

docker build -t mvaahan . -f Dockerfile

docker run command

docker run -p 80:56884 --name mvaahan mvaahan