mirror of
https://github.com/discourse/discourse.git
synced 2025-03-26 08:16:55 +08:00
Removed the fallback mailcatcher install command
This commit is contained in:
parent
eefd286f71
commit
911629735c
@ -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