From fc23382ad96df684fbd776cdd9496a7c678d8b04 Mon Sep 17 00:00:00 2001 From: iris_cx Date: Thu, 6 Jul 2023 06:57:58 +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 e45658d4..529db165 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 ./api /var/app +COPY ./api/ /var/app WORKDIR /var/app EXPOSE 8080 RUN npm config set registry=https://nexus.ngaiot.com/repository/fs-npm/