alpine approach completed
All checks were successful
ci/woodpecker/tag/woodpecker Pipeline was successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
2024-12-11 11:32:47 +01:00
parent 9f65b7690e
commit f205858c30
4 changed files with 19 additions and 22 deletions

View File

@ -12,10 +12,14 @@ ENV RELAYNETS=""
RUN apk add --no-cache exim bash
COPY exim.conf.tmpl /etc/exim
COPY start.sh /etc/exim
WORKDIR /etc/exim
EXPOSE 25
CMD [ "./start.sh" ]