Skip to content

Commit

Permalink
fix: Docker custom image needs the scripts folder to build (no-chan…
Browse files Browse the repository at this point in the history
…gelog) (#4673)
  • Loading branch information
netroy authored Nov 21, 2022
1 parent de5b0b0 commit 63ceea2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docker/images/n8n-custom/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit 63ceea2

Please sign in to comment.