fix(worker): include .npmrc in compute worker Docker build context
This commit is contained in:
parent
2f5179f10b
commit
293be5bd28
1 changed files with 1 additions and 1 deletions
|
|
@ -4,7 +4,7 @@ RUN npm install -g pnpm@11.1.2
|
|||
|
||||
WORKDIR /workspace
|
||||
|
||||
COPY package.json pnpm-lock.yaml pnpm-workspace.yaml ./
|
||||
COPY .npmrc package.json pnpm-lock.yaml pnpm-workspace.yaml ./
|
||||
COPY compute/worker/package.json compute/worker/package.json
|
||||
COPY compute/core/package.json compute/core/package.json
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue