docker run --name postgres -e POSTGRES_PASSWORD=pwd -p 5432:5432 -v C:/PersistentDockerVolumes/postgres:/var/lib/postgresql/data -d postgres
Update-Database -Project src\Infrastructure -StartupProject src\Presentation
My boilerplate dotnet 8 & postgres solution with domain driven design approach
C#