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