mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 02:21:13 +00:00
fix: Docker custom image needs the scripts folder to build (no-changelog) (#4673)
This commit is contained in:
committed by
GitHub
parent
de5b0b03fe
commit
63ceea2f60
@@ -4,6 +4,7 @@ ARG NODE_VERSION=16
|
|||||||
FROM n8nio/base:${NODE_VERSION} as builder
|
FROM n8nio/base:${NODE_VERSION} as builder
|
||||||
|
|
||||||
COPY turbo.json package.json .npmrc pnpm-lock.yaml pnpm-workspace.yaml tsconfig.json ./
|
COPY turbo.json package.json .npmrc pnpm-lock.yaml pnpm-workspace.yaml tsconfig.json ./
|
||||||
|
COPY scripts ./scripts
|
||||||
COPY packages ./packages
|
COPY packages ./packages
|
||||||
COPY patches ./patches
|
COPY patches ./patches
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user