nicolas.dorier
6 years ago
No known key found for this signature in database
GPG Key ID: 6618763EF09186FE
1 changed files with
1 additions and
0 deletions
-
docker-compose-generator/src/DockerComposeDefinition.cs
|
|
@ -104,6 +104,7 @@ namespace DockerGenerator |
|
|
|
outputFile = GetFilePath(); |
|
|
|
File.WriteAllText(outputFile, result.Replace("''", "")); |
|
|
|
Console.WriteLine($"Generated {outputFile}"); |
|
|
|
Console.WriteLine(); |
|
|
|
} |
|
|
|
|
|
|
|
private KeyValuePair<YamlNode, YamlNode>[] Merge(List<KeyValuePair<YamlNode, YamlNode>> services) |
|
|
|