Mvc application docker compose fix #13570
Description
Resolves #13569
Checklist
- I fully tested it as developer / designer and created unit / integration tests
- 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 MyMvcApp -t app-pro --version 7.1.0-rc.1
to test the non-tiered solution.
Run abp new MyTieredMvcApp -t app-pro --tiered --version 7.1.0-rc.1
to test the tiered solution.
NOTE: Requires Docker for Desktop (or any other docker engine) to build and run the images.
Run build-images-locally.ps1 script under etc/build folder to create images.
Run run-docker.ps1 script under etc/docker folder.
Navigate to http://localhost:44307 blazor application and login, explore.