Rename to Test to Production-NoReverseProxy

This commit is contained in:
nicolas.dorier
2018-03-20 13:43:31 +09:00
parent acf53c34a7
commit 2ad48fcdd6
6 changed files with 13 additions and 7 deletions

View File

@@ -29,11 +29,11 @@ namespace DockerGenerator
def.Build();
}
var testLocation = FindLocation("Test");
var testLocation = FindLocation("Production-NoReverseProxy");
foreach(var def in defs)
{
def.Fragments.Remove("nginx");
def.Fragments.Add("btcpayserver-test");
def.Fragments.Add("btcpayserver-noreverseproxy");
def.BuildOutputDirectory = testLocation;
def.Build();
}