move addmailuser, delmailuser to target/bin

This commit is contained in:
shim_ 2016-06-15 19:50:01 +02:00
parent 7c63d00d77
commit 94679df291
3 changed files with 1 additions and 1 deletions

View File

@ -71,7 +71,7 @@ RUN curl -s https://letsencrypt.org/certs/lets-encrypt-x1-cross-signed.pem > /et
curl -s https://letsencrypt.org/certs/lets-encrypt-x2-cross-signed.pem > /etc/ssl/certs/lets-encrypt-x2-cross-signed.pem
# Start-mailserver script
ADD target/bin/generate-ssl-certificate target/bin/generate-dkim-config target/start-mailserver.sh target/addmailuser target/delmailuser /usr/local/bin/
ADD target/bin/generate-ssl-certificate target/bin/generate-dkim-config target/bin/addmailuser target/bin/delmailuser target/start-mailserver.sh /usr/local/bin/
RUN chmod +x /usr/local/bin/*
EXPOSE 25 587 143 993 110 995 4190