ASP.NET Core Application with Blazor FrontEnd. Utilizes EF Core with MySQL to create a backend DB.
1.6K
docker build -t myapp -f app/Dockerfile .
docker run -d -v $PWD:/app -p 5001:5001 \
-p 5000:5000 --name myapp aspnetapp
docker run --name coconut -i -p 5000:80 -v ${pwd}:/app -w /app microsoft/aspnetcore-build bash -c "dotnet restore && dotnet run"
latest image from hub.docker.comdocker run -d -p 5001:5001 \
-p 5000:5000 cneary/blazor
```
Content type
Image
Digest
Size
87.1 MB
Last updated
about 5 years ago
docker pull cneary/blazor