New Angular based web version #1
@@ -18,7 +18,7 @@ public sealed class WebAppFactory : WebApplicationFactory<IWebApiMarker>, IAsync
|
|||||||
.WithImagePullPolicy(PullPolicy.Always)
|
.WithImagePullPolicy(PullPolicy.Always)
|
||||||
.Build();
|
.Build();
|
||||||
|
|
||||||
private const string DockerImage = "postgres:16.3-alpine";
|
private const string DockerImage = "postgres:alpine";
|
||||||
|
|
||||||
public HttpClient HttpClient => CreateClient();
|
public HttpClient HttpClient => CreateClient();
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user