From 1b9a0809a0b8f75008593e50c502bc0ddcbe559a Mon Sep 17 00:00:00 2001 From: 8ga Date: Mon, 27 Oct 2025 19:45:51 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=20=E6=9E=84=E5=BB=BANode16?= =?UTF-8?q?=E9=95=9C=E5=83=8F.md?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- 构建Node16镜像.md | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 构建Node16镜像.md diff --git a/构建Node16镜像.md b/构建Node16镜像.md new file mode 100644 index 0000000..d73bc4a --- /dev/null +++ b/构建Node16镜像.md @@ -0,0 +1,5 @@ +``` +FROM docker.1ms.run/node:16-alpine +RUN sed -i 's/dl-cdn.alpinelinux.org/mirrors.aliyun.com/g' /etc/apk/repositories +RUN apk add --no-cache git nginx +``` \ No newline at end of file