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

@@ -9,7 +9,7 @@
"type=bind,source=${localEnv:HOME}/.n8n,target=/home/node/.n8n,consistency=cached"
],
"forwardPorts": [8080, 5678],
"postCreateCommand": "corepack prepare --activate && pnpm install ",
"postCreateCommand": "corepack prepare --activate && pnpm install",
"postAttachCommand": "pnpm build",
"customizations": {
"codespaces": {