Skip to content

Commit

Permalink
ci: Copy jest.config.js to the Docker container on deployment (no-cha…
Browse files Browse the repository at this point in the history
…ngelog) (#5689)

ci: Copy `jest.config.js` to the Docker container on deployment (no-changelog)
  • Loading branch information
OlegIvaniv committed Mar 14, 2023
1 parent 2f7639e commit 8fe34f5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/images/n8n-custom/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ ARG NODE_VERSION=16
# 1. Create an image to build n8n
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 jest.config.js tsconfig.json ./
COPY scripts ./scripts
COPY packages ./packages
COPY patches ./patches
Expand Down

0 comments on commit 8fe34f5

Please sign in to comment.