Removed the fallback mailcatcher install command

This commit is contained in:
Sawood Alam 2016-12-13 09:26:11 -05:00
parent eefd286f71
commit 911629735c
No known key found for this signature in database
GPG Key ID: 4D2522717032428B

View File

@ -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"