Skip to content

Commit 8dc517b

Browse files
committed
ci: fix missing pnpm files
1 parent 06c700b commit 8dc517b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ FROM base AS builder
1111
ENV PNPM_HOME="/pnpm"
1212
ENV PATH="$PNPM_HOME:$PATH"
1313

14-
COPY package.json pnpm-lock.yaml .npmrc /app/
14+
COPY package.json pnpm-lock.yaml pnpm-workspace.yaml .npmrc /app/
1515
RUN npm i -g --force corepack && corepack enable
1616

1717
RUN --mount=type=cache,id=pnpm,target=/pnpm/store \

0 commit comments

Comments
 (0)