From 179e691665fa8f1efc5784652259c30ff6eb128f Mon Sep 17 00:00:00 2001 From: iris_cx Date: Tue, 11 Jul 2023 00:41:19 +0000 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20'code/VideoAccess-VCMP/api?= =?UTF-8?q?/Dockerfilenew'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- code/VideoAccess-VCMP/api/Dockerfilenew | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/VideoAccess-VCMP/api/Dockerfilenew b/code/VideoAccess-VCMP/api/Dockerfilenew index a2a9c17..36d624a 100644 --- a/code/VideoAccess-VCMP/api/Dockerfilenew +++ b/code/VideoAccess-VCMP/api/Dockerfilenew @@ -1,5 +1,5 @@ FROM registry.cn-hangzhou.aliyuncs.com/fs-devops/node:12-dev as builder -COPY . /var/app +COPY ./code/VideoAccess-VCMP/api/ /var/app WORKDIR /var/app EXPOSE 8080 RUN npm config set registry=https://nexus.ngaiot.com/repository/fs-npm/