opentrashmail/docs/Docker.md

9 lines
217 B
Markdown
Raw Normal View History

2019-08-16 12:12:16 +00:00
# Quick testing
From the `docker` directory run
```bash
docker build -t opentrashmail . && docker run --rm -it --name trashmail -p 3000:80 -p 2525:25 opentrashmail
2019-08-16 12:12:16 +00:00
```
And check if it works on http://localhost:3000