# This file is used directly by the goreleaser build # It is used to build the final container image FROM scratch WORKDIR / COPY /butterrobot /usr/bin/butterrobot ENTRYPOINT ["/usr/bin/butterrobot"]