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…
Reference in New Issue