We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 53a9099 commit aad36ffCopy full SHA for aad36ff
Dockerfile
@@ -3,7 +3,7 @@ FROM node:22-alpine AS base
3
4
ENV PNPM_HOME="/pnpm"
5
ENV PATH="$PNPM_HOME:$PATH"
6
-RUN corepack enable
+RUN npm i -g pnpm
7
8
WORKDIR /app
9
COPY . .
0 commit comments