blackbirdchess-docker-dev/mailcatcher/Dockerfile

8 lines
177 B
Docker
Raw Normal View History

2020-09-19 23:39:38 +02:00
FROM schickling/mailcatcher
LABEL maintainer="Johannes Schickling <schickling.j@gmail.com>"
CMD ["mailcatcher", "--no-quit", "--foreground", "--ip=0.0.0.0"]
EXPOSE 1025 1080