mirror of
https://gh.wpcy.net/https://github.com/discourse/discourse.git
synced 2026-06-13 17:53:00 +08:00
4 lines
204 B
Bash
Executable file
Vendored
4 lines
204 B
Bash
Executable file
Vendored
#!/bin/bash
|
|
|
|
CMD="mailcatcher --http-ip 0.0.0.0 -f || (apt-get install -y libsqlite3-dev && gem install mailcatcher && mailcatcher --http-ip 0.0.0.0 -f)"
|
|
docker exec -it discourse_dev /bin/bash -c "$CMD"
|