mirror of
https://github.com/aljazceru/btcpayserver-docker.git
synced 2025-12-18 22:54:20 +01:00
Fix bug with generator
This commit is contained in:
@@ -94,7 +94,8 @@ namespace DockerGenerator
|
||||
|
||||
foreach(var fragment in composition.AdditionalFragments)
|
||||
{
|
||||
fragments.Add(fragment.Trim());
|
||||
if(!string.IsNullOrWhiteSpace(fragment))
|
||||
fragments.Add(fragment.Trim());
|
||||
}
|
||||
|
||||
var def = new DockerComposeDefinition(name, fragments);
|
||||
|
||||
Reference in New Issue
Block a user