abp
abp copied to clipboard
Build-images-locally.ps1 incorrectly references IdentityServer instead of the AuthServer project.
ABP Commerical/CLI 6.0.0-rc.1. Blazor WebAssembly EF Core/Postgres
Steps to reproduce:
- Create 6.0.0-rc.1 prerelease solution using ABP Suite
- Note etc/build/build-images-locally.ps1 - it contains references to compose the IdentityServer project, not the new AuthServer project
$identityServerAppFolder = Join-Path $slnFolder "src/Modern.Business.IdentityServer"
Write-Host "********* BUILDING IdentityServer Application *********" -ForegroundColor Green
Set-Location $identityServerAppFolder
dotnet publish -c Release
docker build -f Dockerfile.local -t modern/business-identityserver:$version .