update postfix run script

This commit is contained in:
Sebastian Hugentobler 2016-07-06 12:39:53 +02:00
parent e9460143cc
commit c2856011cb
2 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
FROM thallian/confd-env:latest
RUN apk add --no-cache postfix postfix-ldap
RUN apk add --no-cache postfix postfix-ldap bash
EXPOSE 25 587

View File

@ -1,4 +1,4 @@
#!/usr/bin/with-contenv sh
#!/usr/bin/with-contenv bash
trap "postfix stop" SIGINT
trap "postfix stop" SIGTERM