This repository has been archived on 2023-03-18. You can view files and clone it. You cannot open issues or pull requests or push a commit.
Files
osr-discourse-src/bin/docker/mailcatcher
T
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"