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