mirror of
https://github.com/discourse/discourse.git
synced 2025-02-21 03:04:09 +08:00
Merge pull request #4601 from ibnesayeed/clean-mailcatcher
Removed the fallback mailcatcher install command
This commit is contained in:
commit
12407484d8
@ -1,4 +1,4 @@
|
||||
#!/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)"
|
||||
CMD="mailcatcher --http-ip 0.0.0.0 -f"
|
||||
docker exec -it discourse_dev /bin/bash -c "$CMD"
|
||||
|
Loading…
x
Reference in New Issue
Block a user