From 5c3a67403b509ae2bd67d39b5ccdfaf51e4f8e54 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=B0=8F=E5=B8=95=E5=B0=8F=E5=B8=95?= Date: Tue, 10 Jun 2025 09:08:13 +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 7db43c0..77acb13 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,4 @@ FROM scratch -COPY ./goose-bin /goose +COPY goose-bin /goose WORKDIR / ENTRYPOINT ["/goose"] \ No newline at end of file