Improve comments

This commit is contained in:
Jamie Nguyen
2018-07-15 10:12:47 +01:00
parent 5ac53db2d5
commit 52f96d4cff
2 changed files with 1 additions and 5 deletions

View File

@@ -8,11 +8,7 @@ RUN set -ex; \
apt-get install -y exim4-daemon-light; \
apt-get clean
# Copy the main script.
COPY docker-entrypoint.sh /usr/local/bin/docker-entrypoint.sh
# We expose exim on port 25.
EXPOSE 25/tcp
ENTRYPOINT [ "docker-entrypoint.sh" ]
CMD [ "exim", "-bdf", "-v", "-q30m" ]