OPC # 0002: Improvements to Client provisioning workflows
This commit is contained in:
@@ -55,7 +55,7 @@ public class ImageBuildService(
|
||||
using var docker = new DockerClientConfiguration(new Uri(socketUri)).CreateClient();
|
||||
|
||||
var (repo, tag) = SplitImageTag(ImageName);
|
||||
var dockerfilePath = "Clarity.Server/Dockerfile";
|
||||
var dockerfilePath = "Clarity/Clarity.Server/Dockerfile";
|
||||
|
||||
void Log(string line) { onLine(line); record.Log.Add(line); }
|
||||
|
||||
|
||||
@@ -13,6 +13,8 @@ internal static class TarHelper
|
||||
[
|
||||
".git", ".vs", ".vscode", "node_modules", "bin", "obj",
|
||||
"VaultData", "*.user", "*.suo",
|
||||
// Exclude sibling repos — build context is ClarityStack/ root but only Clarity/ is needed
|
||||
"OPC", "gateway", "ClientAssets",
|
||||
];
|
||||
|
||||
public static void Pack(string root, Stream destination)
|
||||
|
||||
Reference in New Issue
Block a user