]> git.lizzy.rs Git - cheatdb.git/blob - utils/start.sh
Move tag list to top of package list page
[cheatdb.git] / utils / start.sh
1 #!/bin/bash
2
3 #
4 # Call from a docker host to build and start CDB.
5 #   This is really only for production mode, for debugging it's better to use
6 #   docker-compose directly:  docker-compose up --build
7 #
8
9 sudo docker-compose up --build -d --scale worker=2