mirror of
https://github.com/aljazceru/btcpayserver-docker.git
synced 2025-12-19 14:14:26 +01:00
Add support for Additional fragment to the builder
This commit is contained in:
@@ -92,6 +92,11 @@ namespace DockerGenerator
|
||||
}
|
||||
}
|
||||
|
||||
foreach(var fragment in composition.AdditionalFragments)
|
||||
{
|
||||
fragments.Add(fragment.Trim());
|
||||
}
|
||||
|
||||
var def = new DockerComposeDefinition(name, fragments);
|
||||
def.FragmentLocation = fragmentLocation;
|
||||
def.BuildOutputDirectory = output;
|
||||
|
||||
Reference in New Issue
Block a user