aboutsummaryrefslogtreecommitdiff
path: root/utils/start.sh
blob: c69b676bdd238fe9e64b34df3b1b7977515db76d (plain)
1
2
3
4
5
6
7
8
9
#!/bin/bash

#
# Call from a docker host to build and start CDB.
#   This is really only for production mode, for debugging it's better to use
#   docker-compose directly:  docker-compose up --build
#

sudo docker-compose up --build -d --scale worker=2