Skip to content
Snippets Groups Projects

[faas#36] faas-smtp - support for SMTP relay.

Merged Dariusz Janny requested to merge janny/faas-smtp:master into master
10 files
+ 162
10
Compare changes
  • Side-by-side
  • Inline
Files
10
+ 2
1
@@ -38,8 +38,9 @@ RUN \
COPY ./conf/etc/supervisord.conf /etc/supervisord.conf
COPY ./conf/etc/entrypoint /etc/entrypoint
COPY ./conf/etc/aliases /etc/aliases
COPY ./conf/etc/postfix/master.cf /etc/postfix
EXPOSE 25/tcp
EXPOSE 25 587
ENTRYPOINT ["/etc/entrypoint"]
Loading