Run newaliases too.

This commit is contained in:
Juan Luis Baptiste 2015-05-12 02:20:38 -05:00
parent ac60809874
commit 90d1023088

View File

@ -10,6 +10,7 @@ RUN sed -i -e 's/inet_interfaces = localhost/inet_interfaces = all/g' /etc/postf
COPY run.sh / COPY run.sh /
RUN chmod +x /run.sh RUN chmod +x /run.sh
COPY etc/supervisord.d/postfix.ini /etc/supervisord.d/ COPY etc/supervisord.d/postfix.ini /etc/supervisord.d/
RUN newaliases
EXPOSE 25 EXPOSE 25
#ENTRYPOINT ["/run.sh"] #ENTRYPOINT ["/run.sh"]