Skip to content

Commit db55136

Browse files
committed
Update Dockerfile to prepare [email protected] before installation
1 parent 0d12ec3 commit db55136

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/web/Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ FROM node:lts-alpine AS base
77
FROM base AS deps
88
WORKDIR /app
99
COPY package.json pnpm-lock.yaml ./
10-
RUN corepack enable pnpm && pnpm install --frozen-lockfile
10+
RUN corepack prepare pnpm@9.0.6 --activate && pnpm install --frozen-lockfile
1111

1212
# Stage 2: Build the application
1313
FROM base AS builder

0 commit comments

Comments
 (0)