This repository contains a few sample applications that illustrate how to add Docker support to Blazor web applications and deploy them on GCP Cloud Run.
Each sample includes the application code and the steps to deploy to Cloud Run.
Currently includes samples for the following Blazor application models:
- Blazor Server
- Blazor WebAssembly (ASP.NET core hosted)
- Blazor WebAssembly (standalone)
- Blazor Web App
Contributions are welcome! Here are some ways you can contribute:
- Report errors or suggest new features by creating an issue.
- Improve the documentation by submitting a pull request.
Before submitting a pull request, please make sure that your changes are consistent with the project's coding style.