From e8ad454fe50bd7de912caa7f74c4e90c26b00a22 Mon Sep 17 00:00:00 2001 From: Yohann <75626191+Yohann0617@users.noreply.github.com> Date: Mon, 22 Jan 2024 01:21:54 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20Dockerfile?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 676ffbd..4d89ae0 100644 --- a/Dockerfile +++ b/Dockerfile @@ -18,7 +18,7 @@ COPY . /root/tgNetDisc/ RUN cd /root/tgNetDisc && go build -o tgState main.go \ - && cp /root/tgNetDisc/tgState /app/tgState \ + && mv /root/tgNetDisc/tgState /app/tgState \ && rm -rf /root/tgNetDisc # 将编译好的二进制文件复制到容器中