Skip to content

Commit e6bcdec

Browse files
committed
fix: update pnpm lockfile
1 parent 4dc79aa commit e6bcdec

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

lark-ui/Dockerfile

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,9 @@ RUN corepack enable && corepack prepare pnpm@latest --activate
55

66
FROM base AS deps
77
WORKDIR /app
8-
COPY lark-ui/package.json lark-ui/pnpm-lock.yaml* ./
9-
RUN pnpm install --frozen-lockfile
8+
COPY pnpm-workspace.yaml pnpm-lock.yaml ./
9+
COPY lark-ui/package.json ./lark-ui/
10+
RUN pnpm install --frozen-lockfile --filter lark-ui
1011

1112
FROM base AS builder
1213
WORKDIR /app

0 commit comments

Comments
 (0)