diff --git a/Dockerfile b/Dockerfile index 77acb13..7db43c0 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