From ea4ca3d5aba1b76eb3e7d3c86aca2b9c98b5c08a Mon Sep 17 00:00:00 2001 From: iris_cx Date: Thu, 6 Jul 2023 06:44:01 +0000 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20'api/Dockerfilenew'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- api/Dockerfilenew | 3 +++ 1 file changed, 3 insertions(+) diff --git a/api/Dockerfilenew b/api/Dockerfilenew index b34d4918..2f1de0f2 100644 --- a/api/Dockerfilenew +++ b/api/Dockerfilenew @@ -7,6 +7,9 @@ RUN echo "{\"time\":\"$BUILD_TIMESTAMP\",\"build\": \"$BUILD_NUMBER\",\"revision RUN npm cache clean -f RUN rm -rf package-lock.json RUN npm install --registry https://nexus.ngaiot.com/repository/fs-npm/ + +ls -al + FROM registry.cn-hangzhou.aliyuncs.com/fs-devops/node:12 COPY --from=builder --chown=node /var/app /home/node/app WORKDIR /home/node/app