From b45dbeff17dd837936cf61c64b7e51a2eec07bb6 Mon Sep 17 00:00:00 2001 From: mo khan Date: Tue, 27 Oct 2020 15:03:10 -0600 Subject: chore: run docker-compose in daemon mode in setup --- bin/setup | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/setup b/bin/setup index 4454ee8..914b7f4 100755 --- a/bin/setup +++ b/bin/setup @@ -7,3 +7,4 @@ cd "$(dirname "$0")/.." bundle config --local path vendor bundle config --local jobs "$(nproc)" bundle install +docker-compose up -d -- cgit v1.2.3