From a7eee3b058be18d4d8ca711cf68a3afdf6c8af76 Mon Sep 17 00:00:00 2001 From: iris_cx Date: Fri, 16 Jun 2023 07:12:57 +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 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/Dockerfilenew b/api/Dockerfilenew index 4c5d6e7..b34d491 100644 --- a/api/Dockerfilenew +++ b/api/Dockerfilenew @@ -5,7 +5,7 @@ EXPOSE 8080 RUN npm config set registry=https://nexus.ngaiot.com/repository/fs-npm/ RUN echo "{\"time\":\"$BUILD_TIMESTAMP\",\"build\": \"$BUILD_NUMBER\",\"revision\": \"$SVN_REVISION_1\",\"URL\":\"$SVN_URL_1\"}" > version.json RUN npm cache clean -f -# RUN rm -rf package-lock.json +RUN rm -rf package-lock.json RUN npm install --registry https://nexus.ngaiot.com/repository/fs-npm/ FROM registry.cn-hangzhou.aliyuncs.com/fs-devops/node:12 COPY --from=builder --chown=node /var/app /home/node/app