From 13086e55ae68ea841c134e786b6b18eb341c9706 Mon Sep 17 00:00:00 2001 From: junleea <354425203@qq.com> Date: Thu, 12 Jun 2025 19:33:57 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9docker=E8=BF=90=E8=A1=8Cgit?= =?UTF-8?q?=20gi?= 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 ad1a919..099cba4 100644 --- a/Dockerfile +++ b/Dockerfile @@ -18,7 +18,7 @@ RUN CGO_ENABLED=0 GOOS=linux go build -a -installsuffix cgo -ldflags="-s -w" -o FROM scratch # 复制配置文件 -COPY --from=builder /app/saw-ai.conf /home/saw/saw-ai.conf +COPY --from=builder /app/vp.conf /home/videoplayer/vp.conf # 复制二进制文件 COPY --from=builder /app/videoplayer /home/videoplayer/videoplayer