Skip to content

Commit c8293df

Browse files
authored
ci(docker): use configured pnpm version in CMD steps (#4863)
1 parent 6586bb7 commit c8293df

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

Dockerfile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,8 +6,9 @@ FROM node:24.14.1-slim@sha256:b506e7321f176aae77317f99d67a24b272c1f09f1d10f1761f
66
ENV PNPM_HOME="/pnpm"
77
ENV PATH="$PNPM_HOME:$PATH"
88
ENV CI=true
9+
COPY package.json pnpm-lock.yaml pnpm-workspace.yaml ./
910
RUN corepack enable
10-
RUN corepack install -g pnpm@10.33.2
11+
RUN corepack install
1112

1213
FROM base AS packages
1314
COPY . /usr/src/app

0 commit comments

Comments
 (0)