Skip to content

Commit e64e920

Browse files
committed
fix: include pnpm-workspace.yaml in Dockerfile for dependency installation
Signed-off-by: walnuts1018 <r.juglans.1018@gmail.com>
1 parent fe62cd9 commit e64e920

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ ENV PATH="$PNPM_HOME:$PATH"
1010

1111
RUN corepack enable
1212

13-
COPY package.json pnpm-lock.yaml ./
13+
COPY package.json pnpm-lock.yaml pnpm-workspace.yaml ./
1414
RUN --mount=type=cache,id=pnpm,target=/pnpm/store pnpm install --frozen-lockfile
1515

1616
# Rebuild the source code only when needed

0 commit comments

Comments
 (0)