Skip to content

Latest commit

 

History

History
13 lines (7 loc) · 258 Bytes

README.md

File metadata and controls

13 lines (7 loc) · 258 Bytes

Dotnet Core Sample App using ASPNet

Building

pack build dotnet-aspnet-sample --buildpack paketo-buildpacks/dotnet-core

Running

docker run --rm --env PORT=8080 --publish 8080:8080 dotnet-aspnet-sample

Viewing

curl http://localhost:8080