diff --git a/Dockerfile b/Dockerfile index fb70329..d602d56 100644 --- a/Dockerfile +++ b/Dockerfile @@ -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 && \