mirror of
https://github.com/1Panel-dev/CordysCRM.git
synced 2026-05-14 03:02:10 +08:00
fix: update pnpm version to 10.4.1 in Dockerfile
This commit is contained in:
@@ -2,7 +2,7 @@ FROM --platform=${BUILDPLATFORM} node:22-slim AS frontend
|
||||
|
||||
WORKDIR /frontend
|
||||
COPY frontend /frontend
|
||||
RUN npm install -g pnpm && \
|
||||
RUN npm install -g pnpm@10.4.1 && \
|
||||
pnpm install && \
|
||||
pnpm run build
|
||||
|
||||
|
||||
Reference in New Issue
Block a user