From bee44034903163a3124f1b0e5126c7d4b39dbd28 Mon Sep 17 00:00:00 2001 From: redhat <2292650292@qq.com> Date: Wed, 21 May 2025 17:20:07 +0800 Subject: [PATCH] =?UTF-8?q?1=E3=80=81change=20dockerfile=20config?= 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 f6e3bc6..2d046a3 100644 --- a/Dockerfile +++ b/Dockerfile @@ -30,7 +30,7 @@ COPY ./static . COPY ./config . # 从builder镜像中把/dist/app 拷贝到当前目录 -COPY --from=builder /build/app . +COPY --from=builder /build/dash . # 需要运行的命令 ENTRYPOINT ["/app/dash"]