From 42882f9e00be9872f3f53aa4c106da1bf72d52b7 Mon Sep 17 00:00:00 2001 From: Your Name Date: Sun, 19 Apr 2026 10:45:31 +0800 Subject: [PATCH] =?UTF-8?q?fix:=E6=9B=B4=E6=96=B0cicd?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 5 ----- 1 file changed, 5 deletions(-) diff --git a/Dockerfile b/Dockerfile index 1efe10a..dc92465 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,9 +1,4 @@ FROM registry.cn-shenzhen.aliyuncs.com/zuoge-proxy/node:20-alpine AS build - -# 设置环境变量,限制 Node.js 内存并禁用 source map -ENV NODE_OPTIONS="--max-old-space-size=1024" -ENV GENERATE_SOURCEMAP=false - WORKDIR /app COPY package*.json yarn.lock ./ RUN yarn install --frozen-lockfile