Add configomat.sh to Dockerfile

This commit is contained in:
alinmear 2017-07-08 23:43:49 +02:00
parent b250422d5e
commit 60bfc60a2e
1 changed files with 1 additions and 1 deletions

View File

@ -144,7 +144,7 @@ RUN curl -s https://letsencrypt.org/certs/lets-encrypt-x3-cross-signed.pem > /et
COPY ./target/bin /usr/local/bin
# Start-mailserver script
COPY ./target/start-mailserver.sh /usr/local/bin/
COPY ./target/start-mailserver.sh ./target/docker-configomat/configomat.sh /usr/local/bin/
RUN chmod +x /usr/local/bin/*
EXPOSE 25 587 143 993 110 995 4190