This commit is contained in:
@@ -4,7 +4,7 @@ FROM node:25-alpine AS base
|
|||||||
ENV PNPM_HOME="/pnpm"
|
ENV PNPM_HOME="/pnpm"
|
||||||
ENV PATH="$PNPM_HOME:$PATH"
|
ENV PATH="$PNPM_HOME:$PATH"
|
||||||
|
|
||||||
npm i -g corepack && corepack prepare pnpm@latest --activate
|
RUN npm i -g corepack && corepack prepare pnpm@latest --activate
|
||||||
|
|
||||||
# Stage 2: Builder
|
# Stage 2: Builder
|
||||||
# This stage installs dependencies and builds the Next.js application.
|
# This stage installs dependencies and builds the Next.js application.
|
||||||
|
|||||||
Reference in New Issue
Block a user