Skip to content

Latest commit

 

History

History

runtime

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

Dotnet Core Sample App using Runtime only

Building

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

Running

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

Viewing

curl http://localhost:8080