Skip to content

Commit 598cd85

Browse files
authored
Docker: fix release flow (#2750)
1 parent 9c36138 commit 598cd85

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Dockerfile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ WORKDIR /app
66

77
COPY . .
88

9-
RUN npm install -g pnpm
9+
RUN npm install -g pnpm@9.1.1
1010
RUN pnpm install
1111
RUN pnpm build
1212

@@ -19,7 +19,7 @@ COPY --from=build /app/package.json ${DISTDIR}
1919
RUN mkdir /app
2020
WORKDIR /app
2121

22-
RUN npm install -g pnpm
22+
RUN npm install -g pnpm@9.1.1
2323

2424
RUN echo ${DISTDIR} \ cd ${DISTDIR} \
2525
&& pnpm install \

0 commit comments

Comments
 (0)