From 1e06575d04c89ae54865e9c5cb813e48d5c883d6 Mon Sep 17 00:00:00 2001 From: sunyue Date: Mon, 24 Jul 2023 06:03:34 +0000 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20'super-screen/Dockerfile'?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- super-screen/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/super-screen/Dockerfile b/super-screen/Dockerfile index ceacae2..e593610 100644 --- a/super-screen/Dockerfile +++ b/super-screen/Dockerfile @@ -1,6 +1,6 @@ FROM repository.anxinyun.cn/base-images/nodejs12:20.10.12.2 -COPY . /var/app +COPY ./super-screen /var/app WORKDIR /var/app