From 916a4d56a3f6b39edc6ff1dc1826b565ca1fa754 Mon Sep 17 00:00:00 2001 From: sunyue Date: Mon, 10 Jul 2023 02:28:28 +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 63f069b..4f8d7ce 100644 --- a/web/Dockerfile +++ b/web/Dockerfile @@ -39,7 +39,7 @@ RUN npm run build RUN rm -rf client/src RUN rm -rf node_modules RUN npm install --production --force --registry https://nexus.ngaiot.com/repository/fs-npm/ -FROM registry.cn-hangzhou.aliyuncs.com/fs-devops/node-16:7.22-06-20 +FROM registry.cn-hangzhou.aliyuncs.com/fs-devops/node:12 COPY --from=builder --chown=node /var/app /home/node/app WORKDIR /home/node/app CMD ["node", "server.js"] \ No newline at end of file