mirror of
https://gh.wpcy.net/https://github.com/discourse/discourse.git
synced 2026-06-12 08:23:26 +08:00
4 lines
102 B
Bash
Executable file
Vendored
4 lines
102 B
Bash
Executable file
Vendored
#!/bin/bash
|
|
|
|
CMD="mailcatcher --http-ip 0.0.0.0 -f"
|
|
docker exec -it discourse_dev /bin/bash -c "$CMD"
|