2020-02-29 06:39:59 +00:00
|
|
|
FROM analogic/poste.io:2.2.2
|
2018-12-29 05:10:36 +00:00
|
|
|
RUN apt-get update && apt-get install less # 'less' is Useful for debugging
|
2020-03-07 18:12:06 +00:00
|
|
|
|
|
|
|
# Default to listening only on IPs bound to the container hostname
|
|
|
|
ENV LISTEN_ON=host
|
|
|
|
ENV OUTBOUND_MAIL_IP=
|
|
|
|
|
2018-12-29 05:10:36 +00:00
|
|
|
COPY files /
|
2020-03-07 18:12:06 +00:00
|
|
|
RUN /patches && rm /patches
|