From cc10a01307ea4ef9254962ae4a000b367abbb329 Mon Sep 17 00:00:00 2001 From: iris_cx Date: Fri, 16 Jun 2023 07:33:00 +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 b34d491..657960e 100644 --- a/api/Dockerfilenew +++ b/api/Dockerfilenew @@ -1,5 +1,5 @@ FROM registry.cn-hangzhou.aliyuncs.com/fs-devops/node:12-dev as builder -COPY . /var/app +COPY ./api/ /var/app WORKDIR /var/app EXPOSE 8080 RUN npm config set registry=https://nexus.ngaiot.com/repository/fs-npm/