From 90d1023088dd7d4ac83330f688003ea9d7547954 Mon Sep 17 00:00:00 2001 From: Juan Luis Baptiste Date: Tue, 12 May 2015 02:20:38 -0500 Subject: [PATCH] Run newaliases too. --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 369e949..a992ee7 100644 --- a/Dockerfile +++ b/Dockerfile @@ -10,6 +10,7 @@ RUN sed -i -e 's/inet_interfaces = localhost/inet_interfaces = all/g' /etc/postf COPY run.sh / RUN chmod +x /run.sh COPY etc/supervisord.d/postfix.ini /etc/supervisord.d/ +RUN newaliases EXPOSE 25 #ENTRYPOINT ["/run.sh"]