smtp2shoutrrr/Containerfile
Felipe M. 4d7abab4d4
All checks were successful
ci/woodpecker/tag/release Pipeline was successful
fix: bundle ca-certs directly in the binary
2025-01-27 21:12:50 +01:00

6 lines
205 B
Docker

# 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"]