Files
2025-11-08 13:45:59 +00:00

10 lines
248 B
Bash
Executable File

#!/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
#
docker compose up --build -d --scale worker=4