Skip to content

Commit 5b91dc3

Browse files
ahaodevCopilot
andcommitted
fix: pin pnpm@10.26.0 in Dockerfile and allow @swc/core esbuild build scripts
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
1 parent a0df60e commit 5b91dc3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Dockerfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
FROM docker.io/library/node:22-alpine AS build_web
33
WORKDIR /app/web
44
COPY web/package.json web/pnpm-lock.yaml ./
5-
RUN npm install -g pnpm && pnpm install
5+
RUN npm install -g pnpm@10.26.0 && pnpm install --frozen-lockfile
66
COPY web/ ./
77
RUN pnpm run build
88

0 commit comments

Comments
 (0)