Skip to content

Simple stock Blazor app (WASM) built and served via a Dockerfile

Notifications You must be signed in to change notification settings

rshillington/dockerizedblazor

Repository files navigation

A simple repo to illustrate creating a Blazor WASM app hosted in a docker container.

docker build -t blazorapp:latest .
docker run -d --rm -p 80:80 --name blazorapp blazorapp:latest
open http://localhost:5000

Season to taste.

About

Simple stock Blazor app (WASM) built and served via a Dockerfile

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published