Initial commit
All checks were successful
ci/woodpecker/push/woodpecker/2 Pipeline was successful
ci/woodpecker/push/woodpecker/1 Pipeline was successful

This commit is contained in:
nemunaire 2025-07-19 12:16:41 +02:00
commit add5ac221b
5 changed files with 87 additions and 0 deletions

9
Dockerfile Normal file
View file

@ -0,0 +1,9 @@
FROM alpine:3
ENTRYPOINT ["/docker-entrypoint.sh"]
CMD ["/usr/sbin/opendkim", "-A", "-f", "-x", "/etc/opendkim/opendkim.conf"]
COPY entrypoint.sh /docker-entrypoint.sh
COPY opendkim.conf /etc/opendkim/opendkim.conf
RUN apk --no-cache add opendkim