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