From c0f12694527a85da6f455fc15cee42ffe381f554 Mon Sep 17 00:00:00 2001 From: z30057876 Date: Mon, 20 Jan 2025 10:14:12 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E9=99=A4.env?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- deploy/prod/Dockerfile | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/deploy/prod/Dockerfile b/deploy/prod/Dockerfile index 30cdccd..883a6e2 100644 --- a/deploy/prod/Dockerfile +++ b/deploy/prod/Dockerfile @@ -2,8 +2,7 @@ FROM node:18.18.2-alpine WORKDIR /opt/eulerCopilot-web COPY . . -RUN sed -i 's/qa-robot-openeuler/euler-copilot-master/g' .env && \ - npm install pnpm -g --registry=https://registry.npmmirror.com && \ +RUN npm install pnpm -g --registry=https://registry.npmmirror.com && \ pnpm install --registry=https://registry.npmmirror.com && \ pnpm run build -- Gitee