fix(benchmark): Add dockerignore exceptions for benchmark image build (#25285)

Co-authored-by: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
Tomi Turtiainen 2026-02-04 10:29:02 +02:00 committed by GitHub
parent a3ff1841af
commit 3c4ff9c390
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -24,4 +24,17 @@
!docker/images/n8n
!docker/images/n8n/docker-entrypoint.sh
!docker/images/runners
!docker/images/runners/n8n-task-runners.json
!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/**