From 8fbecb9d24a26cfdf30a43c5da8d4eb35a430f74 Mon Sep 17 00:00:00 2001 From: John Ballment Date: Wed, 24 Jul 2024 08:37:43 +1000 Subject: [PATCH] changed Dockerfile to use agent.template.yml from packages client default (#201) --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 253eb2d5..78486802 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,7 +8,7 @@ COPY package.json . COPY pnpm-lock.yaml . COPY pnpm-workspace.yaml . COPY lerna.json . -COPY agent.template.yml . +COPY packages/cli/default/agent.template.yml . COPY entrypoint.sh . COPY packages/tsconfig.json packages/