mirror of
https://git.quad4.io/RNS-Things/MeshChatX.git
synced 2026-06-07 13:31:41 +00:00
chore(docker): add git installation in Dockerfile for frontend build
This commit is contained in:
@@ -12,6 +12,7 @@ ARG PYTHON_HASH=sha256:27ac3ba1699f7a526ad19bf0d35c12369b43d3439e08297a880398d97
|
||||
# ---- STAGE 1: Frontend Build ----
|
||||
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 meshchatx/src/frontend ./meshchatx/src/frontend
|
||||
RUN npm install -g pnpm@10.32.1 && \
|
||||
|
||||
Reference in New Issue
Block a user