This repository has been archived on 2023-03-18. You can view files and clone it, but cannot push or open issues or pull requests.
osr-discourse-src/bin/docker/mailcatcher
2016-12-13 09:26:11 -05:00

5 lines
102 B
Bash
Executable File

#!/bin/bash
CMD="mailcatcher --http-ip 0.0.0.0 -f"
docker exec -it discourse_dev /bin/bash -c "$CMD"