We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0d12ec3 commit db55136Copy full SHA for db55136
frontend/web/Dockerfile
@@ -7,7 +7,7 @@ FROM node:lts-alpine AS base
7
FROM base AS deps
8
WORKDIR /app
9
COPY package.json pnpm-lock.yaml ./
10
-RUN corepack enable pnpm && pnpm install --frozen-lockfile
+RUN corepack prepare pnpm@9.0.6 --activate && pnpm install --frozen-lockfile
11
12
# Stage 2: Build the application
13
FROM base AS builder
0 commit comments