mirror of
https://git.quad4.io/RNS-Things/MeshChatX.git
synced 2026-04-28 17:06:59 +00:00
chore(docker): update pnpm version to 10.33.0 and add patches directory to Dockerfile
This commit is contained in:
+2
-1
@@ -14,8 +14,9 @@ FROM ${NODE_IMAGE}@${NODE_HASH} AS build-frontend
|
||||
WORKDIR /src
|
||||
RUN apk add --no-cache git
|
||||
COPY package.json pnpm-lock.yaml vite.config.js tailwind.config.js postcss.config.js ./
|
||||
COPY patches ./patches
|
||||
COPY meshchatx/src/frontend ./meshchatx/src/frontend
|
||||
RUN npm install -g pnpm@10.32.1 && \
|
||||
RUN npm install -g pnpm@10.33.0 && \
|
||||
pnpm config set verify-store-integrity true && \
|
||||
pnpm install --frozen-lockfile && \
|
||||
pnpm run build-frontend
|
||||
|
||||
Reference in New Issue
Block a user