blackbirdchess-docker-dev/mailcatcher/Dockerfile

8 lines
177 B
Docker

FROM schickling/mailcatcher
LABEL maintainer="Johannes Schickling <schickling.j@gmail.com>"
CMD ["mailcatcher", "--no-quit", "--foreground", "--ip=0.0.0.0"]
EXPOSE 1025 1080