samples/builders/dotnet-framework-2004
Javier Romero 1af0db9f52 Add Windows dotnet-framework-2004 resources
Signed-off-by: Javier Romero <rjavier@vmware.com>
2022-04-04 06:47:26 -05:00
..
README.md Add Windows dotnet-framework-2004 resources 2022-04-04 06:47:26 -05:00
builder.toml Add Windows dotnet-framework-2004 resources 2022-04-04 06:47:26 -05:00

README.md

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