Skip to content

dapdelivery/test-buildpack-dotnet-aspnet

 
 

Repository files navigation

Dotnet Core Sample App using ASPNet

Building

pack build dotnet-aspnet-sample --buildpack gcr.io/paketo-buildpacks/dotnet-core

Running

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

Viewing

curl https://localhost:8080

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 100.0%