New Angular based web version #1

Closed
thomas.nuyken wants to merge 150 commits from main into ddd
Showing only changes of commit cb440e7c6d - Show all commits

View File

@@ -18,7 +18,7 @@ public sealed class WebAppFactory : WebApplicationFactory<IWebApiMarker>, IAsync
.WithImagePullPolicy(PullPolicy.Always)
.Build();
private const string DockerImage = "postgres:16.3-alpine";
private const string DockerImage = "postgres:alpine";
public HttpClient HttpClient => CreateClient();