samples/builders/dotnet-framework-2004/README.md

479 B

Sample .NET Framework 2004 Builder

Prerequisites

  • Docker with Windows Containers and support for 2004 images

Usage

Creating the builder

pack builder create cnbs/sample-builder:dotnet-framework-2004 --config builder.toml

Build app with builder

pack build sample-app --builder cnbs/sample-builder:dotnet-framework-2004 --trust-builder --path ../../apps/aspnet

Run built app

docker run --rm -it -p 8080:80 sample-app