mirror of
https://git.quad4.io/RNS-Things/MeshChatX.git
synced 2026-04-21 04:45:43 +00:00
chore(docker): replace corepack with npm for pnpm installation in Dockerfile
This commit is contained in:
@@ -14,7 +14,7 @@ FROM ${NODE_IMAGE}@${NODE_HASH} AS build-frontend
|
||||
WORKDIR /src
|
||||
COPY package.json pnpm-lock.yaml vite.config.js tailwind.config.js postcss.config.js ./
|
||||
COPY meshchatx/src/frontend ./meshchatx/src/frontend
|
||||
RUN corepack enable && corepack prepare pnpm@10.32.1 --activate && \
|
||||
RUN npm install -g pnpm@10.32.1 && \
|
||||
pnpm install --frozen-lockfile && \
|
||||
pnpm run build-frontend
|
||||
|
||||
|
||||
Reference in New Issue
Block a user