From cda75d1e6d98e366b8105fa82e70e4a5b27e18d2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=BC=A0=E6=96=8C?= <259278618@qq.com> Date: Sat, 23 May 2026 16:53:26 +0800 Subject: [PATCH] dockerfile --- Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index e63978d..5c2c8f4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,7 +1,6 @@ # ==================== 第一阶段:构建前端 ==================== FROM node:18-alpine AS builder WORKDIR /app - # 配置Alpine国内镜像源 RUN sed -i 's/dl-cdn.alpinelinux.org/mirrors.aliyun.com/g' /etc/apk/repositories