Skip to content

Commit 03099b8

Browse files
authored
fix: copy pnpm-workspace.yaml for docker build catalog resolution (#130)
1 parent 2e78773 commit 03099b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: Dockerfile

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ FROM node:20-alpine AS build-stage
33
WORKDIR /app
44
RUN corepack enable
55

6-
COPY .npmrc package.json pnpm-lock.yaml ./
6+
COPY .npmrc package.json pnpm-lock.yaml pnpm-workspace.yaml ./
77
RUN --mount=type=cache,id=pnpm-store,target=/root/.pnpm-store \
88
pnpm install --frozen-lockfile
99

0 commit comments

Comments
 (0)