From d9c253b0eefb4130db8cbe5e5933368c7ef411ad Mon Sep 17 00:00:00 2001 From: asgerzhou Date: Tue, 28 Jul 2026 11:51:58 +0800 Subject: [PATCH] =?UTF-8?q?chore(docker):=20=E7=A7=BB=E9=99=A4=20Dockerfil?= =?UTF-8?q?e=20=E9=A1=B6=E9=83=A8=E8=AF=AD=E6=B3=95=E6=8C=87=E4=BB=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- dockerfile | 2 -- 1 file changed, 2 deletions(-) diff --git a/dockerfile b/dockerfile index aeabe19..317ded4 100644 --- a/dockerfile +++ b/dockerfile @@ -1,5 +1,3 @@ -# syntax=docker.io/docker/dockerfile:1 - # ---- 基础镜像:Alpine 轻量基础 + pnpm 全局安装 ---- FROM node:24-alpine AS base # 替换为阿里云镜像源,加速 apk 安装