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