rename postmap script
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/tag Build is passing

This commit is contained in:
Mauro Torrez 2020-02-03 19:29:25 -03:00
parent 5177ae6732
commit 77b16e447a
2 changed files with 1 additions and 1 deletions

View File

@ -96,7 +96,7 @@ RUN echo "_dev_null: /dev/null" > /etc/aliases \
scache/unix/chroot=n scache/unix/chroot=n
ADD confd /etc/confd/ ADD confd /etc/confd/
ADD postmap.sh /start.d/zz-postmap.sh ADD postmap_all /usr/local/bin/
VOLUME ["/etc/postfix","/ssl","/var/spool/postfix"] VOLUME ["/etc/postfix","/ssl","/var/spool/postfix"]
EXPOSE 25/tcp 587/tcp EXPOSE 25/tcp 587/tcp