We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd641ec commit 71b858fCopy full SHA for 71b858f
1 file changed
Shared.IntegrationTesting/DockerHelper.cs
@@ -462,7 +462,7 @@ public static IContainerService SetupVoucherManagementContainer(String container
462
ContainerBuilder voucherManagementContainer = new Builder().UseContainer().WithName(containerName)
463
.WithEnvironment(environmentVariables.ToArray())
464
.UseImage(imageName, forceLatestImage).ExposePort(DockerHelper.VoucherManagementDockerPort)
465
- .UseNetwork(networkServices.ToArray())-;
+ .UseNetwork(networkServices.ToArray());
466
467
if (String.IsNullOrEmpty(hostFolder) == false)
468
{
0 commit comments