Skip to content

Commit 21bdc0f

Browse files
committed
alternative to corepack
1 parent 9e2f5a7 commit 21bdc0f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

apps/tan-start-app/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ENV PNPM_HOME="/pnpm" \
88

99
EXPOSE 8080
1010

11-
RUN corepack enable
11+
RUN npm install -g pnpm@latest-10
1212

1313
WORKDIR /app
1414

0 commit comments

Comments
 (0)