summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormo khan <mo.khan@gmail.com>2020-10-27 15:03:10 -0600
committermo khan <mo.khan@gmail.com>2020-10-27 15:03:15 -0600
commitb45dbeff17dd837936cf61c64b7e51a2eec07bb6 (patch)
treea9a1d24a2e52b954a5fd8b5b2e36a4beea196337
parent01f7e375b517450d80718af9ccd2309904715822 (diff)
chore: run docker-compose in daemon mode in setup
-rwxr-xr-xbin/setup1
1 files changed, 1 insertions, 0 deletions
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