diff --git a/docker/images/n8n-custom/Dockerfile b/docker/images/n8n-custom/Dockerfile index a1173339b8a0b..5ede580e1eccf 100644 --- a/docker/images/n8n-custom/Dockerfile +++ b/docker/images/n8n-custom/Dockerfile @@ -4,6 +4,7 @@ ARG NODE_VERSION=16 FROM n8nio/base:${NODE_VERSION} as builder COPY turbo.json package.json .npmrc pnpm-lock.yaml pnpm-workspace.yaml tsconfig.json ./ +COPY scripts ./scripts COPY packages ./packages COPY patches ./patches