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

This commit is contained in:
nemunaire 2025-07-18 16:37:28 +02:00
commit a48861eef7
3 changed files with 63 additions and 0 deletions

5
Dockerfile Normal file
View file

@ -0,0 +1,5 @@
FROM alpine:3
CMD ["/usr/sbin/postfix", "-c", "/etc/postfix", "start-fg"]
RUN apk --no-cache add postfix postfix-ldap