Skip to content
This repository has been archived by the owner on Sep 18, 2023. It is now read-only.

Latest commit

 

History

History
19 lines (14 loc) · 266 Bytes

README.md

File metadata and controls

19 lines (14 loc) · 266 Bytes

Starter app

This starter app is designed as a best-practices example of dotnet web services

Build with dotnet

dotnet restore
dotnet build
dotnet run

build with docker

cd MenuApi
docker build . -t burgers
docker run -p 8888:80 burgers