mirror of
https://github.com/discourse/discourse.git
synced 2024-11-24 04:04:21 +08:00
5 lines
102 B
Bash
Executable File
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"
|