build(benchmark): Fix docker image build (#10854)

This commit is contained in:
Tomi Turtiainen
2024-09-17 17:37:07 +03:00
committed by GitHub
parent 0b5299a248
commit 3c15890a5b
5 changed files with 14 additions and 3 deletions

View File

@@ -33,6 +33,7 @@ COPY --chown=node:node ./packages/@n8n/benchmark/package.json /app/packages/@n8n
COPY --chown=node:node ./patches /app/patches
COPY --chown=node:node ./scripts /app/scripts
ENV DOCKER_BUILD=true
RUN pnpm install --frozen-lockfile
# TS config files