alpine approach completed
This commit is contained in:
@ -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" ]
|
||||
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user