mirror of
https://github.com/n8n-io/n8n
synced 2026-04-21 07:37:20 +00:00
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:
parent
a3ff1841af
commit
3c4ff9c390
1 changed files with 14 additions and 1 deletions
|
|
@ -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/**
|
||||
|
|
|
|||
Loading…
Reference in a new issue