From 3c4ff9c3905c3edd4b3fd7c931ee63c5e621023b Mon Sep 17 00:00:00 2001 From: Tomi Turtiainen <10324676+tomi@users.noreply.github.com> Date: Wed, 4 Feb 2026 10:29:02 +0200 Subject: [PATCH] fix(benchmark): Add dockerignore exceptions for benchmark image build (#25285) Co-authored-by: Claude Opus 4.5 --- .dockerignore | 15 ++++++++++++++- 1 file changed, 14 insertions(+), 1 deletion(-) diff --git a/.dockerignore b/.dockerignore index df4caf820e0..64039c9cdb8 100644 --- a/.dockerignore +++ b/.dockerignore @@ -24,4 +24,17 @@ !docker/images/n8n !docker/images/n8n/docker-entrypoint.sh !docker/images/runners -!docker/images/runners/n8n-task-runners.json \ No newline at end of file +!docker/images/runners/n8n-task-runners.json + +# === benchmark image (packages/@n8n/benchmark/Dockerfile) === +!package.json +!pnpm-lock.yaml +!pnpm-workspace.yaml +!patches +!patches/** +!scripts +!scripts/** +!packages/@n8n/benchmark +!packages/@n8n/benchmark/** +!packages/@n8n/typescript-config +!packages/@n8n/typescript-config/**