From 68064daa5e0fb9760e93fe7b259c6ec2bb544daf Mon Sep 17 00:00:00 2001 From: sunyue Date: Fri, 27 Oct 2023 14:29:26 +0000 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20'script/2.0.0/data/1=5Fres?= =?UTF-8?q?et=5Fproject=5Fbind=5Fpoint/Dockerfile'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- script/2.0.0/data/1_reset_project_bind_point/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script/2.0.0/data/1_reset_project_bind_point/Dockerfile b/script/2.0.0/data/1_reset_project_bind_point/Dockerfile index 046f4f8..0e0476c 100644 --- a/script/2.0.0/data/1_reset_project_bind_point/Dockerfile +++ b/script/2.0.0/data/1_reset_project_bind_point/Dockerfile @@ -1,6 +1,6 @@ FROM repository.anxinyun.cn/base-images/nodejs12:20.10.12.2 -COPY . /var/app +COPY ./Inspection/script/2.0.0/data/1_reset_project_bind_point . /var/app WORKDIR /var/app