Merge pull request #4601 from ibnesayeed/clean-mailcatcher

Removed the fallback mailcatcher install command
This commit is contained in:
Guo Xiang Tan 2016-12-21 17:43:02 +08:00 committed by GitHub
commit 12407484d8
1 changed files with 1 additions and 1 deletions

View File

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