mirror of
https://github.com/discourse/discourse.git
synced 2025-05-23 21:31:04 +08:00
Removed the fallback mailcatcher install command
This commit is contained in:
@ -1,4 +1,4 @@
|
|||||||
#!/bin/bash
|
#!/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"
|
docker exec -it discourse_dev /bin/bash -c "$CMD"
|
||||||
|
Reference in New Issue
Block a user