typo
This commit is contained in:
parent
09f306c193
commit
8c6dfdaf65
1 changed files with 1 additions and 1 deletions
|
@ -9,7 +9,7 @@ RUN apk update --no-cache && \
|
|||
apk add --no-cache bash gawk cyrus-sasl cyrus-sasl-login cyrus-sasl-crammd5 mailx \
|
||||
postfix && \
|
||||
mkdir -p /var/log/supervisor/ /var/run/supervisor/ && \
|
||||
sed -i -e 's/inet_interfaces = localhost/inet_interfaces = all/g' /etc/postfix/main.c && \
|
||||
sed -i -e 's/inet_interfaces = localhost/inet_interfaces = all/g' /etc/postfix/main.cf && \
|
||||
chmod +x /run.sh && \
|
||||
newaliases
|
||||
|
||||
|
|
Reference in a new issue