mirror of
https://github.com/aljazceru/btcpayserver-docker.git
synced 2025-12-19 17:44:22 +01:00
Rename to Test to Production-NoReverseProxy
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user