From 20b9748f648b4deaf019024df0ccca981f216391 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=A6=83=E6=98=8C=E6=B3=A2?= Date: Thu, 30 Jun 2022 06:59:29 +0000 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20Dockerfile?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 08e5f83..9bee8b8 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,5 @@ -FROM node:12.13.1 +#FROM node:12.13.1 +FROM hub.mashibing.cn/jenkins/node:v1 WORKDIR /workload COPY nuxt.config.js /workload/nuxt.config.js