Blame view

postfix/Dockerfile 177 Bytes
1 2 3 4 5 6 7 8 9
FROM debian:stretch-slim

COPY files/ /tmp/files
RUN /tmp/files/configure
EXPOSE 25
VOLUME ["/home"]
ENTRYPOINT ["/sbin/entrypoint"]
CMD ["/usr/lib/postfix/sbin/master", "-d"]