diff options
| -rwxr-xr-x | bin/setup | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -7,4 +7,6 @@ cd "$(dirname "$0")/.." bundle config --local path vendor bundle config --local jobs "$(nproc)" bundle install -docker-compose up -d +if command -v docker-compose; then + docker-compose up -d +fi |
