From 55003e16799475ed5aeeece7639450887feb8845 Mon Sep 17 00:00:00 2001 From: WWWw <109729945+initialencounter@users.noreply.github.com> Date: Mon, 12 Aug 2024 18:11:52 +0800 Subject: [PATCH] fix: ensure copy endwith "/" --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index ac0b268..9a89416 100644 --- a/Dockerfile +++ b/Dockerfile @@ -2,7 +2,7 @@ FROM mlikiowa/napcat-docker:base WORKDIR /usr/src/app -COPY NapCat.Shell.zip entrypoint.sh . +COPY NapCat.Shell.zip entrypoint.sh ./ # 设置时区 ENV TZ=Asia/Shanghai