Blazor Server application docker-compose fix for both tiered/nontiered #13520
Description
Resolves #13514
Checklist
- I fully tested it as developer / designer and created unit / integration tests
- I documented it (or no need to document or I will create a separate documentation issue)
- I worked with the design team to get their idea for UI/UX design (or no need to design for this PR)
- I've assigned reviewer, related labels and set a milestone for this PR
How to test it?
- Install ABP CLI v7.1.0-rc.1.
- zip the app-pro template and name as app-pro-7.1.0-rc.1.zip. Paste it under C:\Users\username.abp\templates.
Run abp new MyBlazorServerApp -t app-pro -u blazor-server --version 7.1.0-rc.1
to test the non-tiered solution.
Run abp new MyTieredBlazorServerApp -t app-pro -u blazor-server --tiered --version 7.1.0-rc.1
to test the tiered solution.
NOTE-1: Requires Docker for Desktop (or any other docker engine) to build and run the images.
NOTE-2: AuthServer image build fix is located at: #13513/files#diff-0251ec895a150f5cd433d5b9ce315dcf17f6a04dd9a4343bf799f1039bf73da3L2
Manually update Dockerfile.local
in AuthServer project.
Run build-images-locally.ps1 script under etc/build folder to create images.
Run run-docker.ps1 script under etc/docker folder.
Navigate to https://localhost:44314 blazor application and login, explore.