From 2a8592891adc0fdcc9a16093dc77f61664890d90 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=8E=E7=8E=89?= Date: Tue, 17 Jan 2023 08:46:13 +0000 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20'web/Dockerfile'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- web/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/Dockerfile b/web/Dockerfile index 5e0df97..680bd88 100644 --- a/web/Dockerfile +++ b/web/Dockerfile @@ -1,5 +1,5 @@ #FROM repository.anxinyun.cn/base-images/nodejs12:20.10.12.2 -FROM registry.cn-hangzhou.aliyuncs.com/fs-devops/node:12 +FROM repository.anxinyun.cn/base-images/nodejs12:20.10.12.2 COPY . /var/app WORKDIR /var/app EXPOSE 8080