diff --git a/deploy/prod/Dockerfile b/deploy/prod/Dockerfile index 43f3cbf54277892caf6dc335d5f14640ae57c3e1..5f92f699f38dee55ecefff3956d180ac61ea45c0 100644 --- a/deploy/prod/Dockerfile +++ b/deploy/prod/Dockerfile @@ -3,6 +3,7 @@ WORKDIR /opt/eulerCopilot-web COPY . . ENV ELECTRON_MIRROR="https://npmmirror.com/mirrors/electron/" +RUN npm install git RUN npm install pnpm -g --registry=https://registry.npmmirror.com && \ pnpm install --registry=https://registry.npmmirror.com && \ pnpm run build