From 0a5d1725a64e912cae5694ef8bf66a59d09b05c5 Mon Sep 17 00:00:00 2001 From: Passthem Date: Tue, 10 Jun 2025 10:25:28 +0900 Subject: [PATCH] =?UTF-8?q?=E5=A5=BD=E5=83=8F=E8=A6=81=20chmod=20=E6=81=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 77acb13..61f4049 100644 --- a/Dockerfile +++ b/Dockerfile @@ -1,4 +1,5 @@ FROM scratch COPY goose-bin /goose WORKDIR / +RUN chmod +x /goose ENTRYPOINT ["/goose"] \ No newline at end of file