mirror of
https://github.com/luanti-org/contentdb.git
synced 2026-04-17 08:37:35 +00:00
10 lines
248 B
Bash
Executable File
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
|