mirror of
https://github.com/minetest/contentdb.git
synced 2025-01-20 13:01:32 +01:00
8 lines
119 B
Bash
Executable File
8 lines
119 B
Bash
Executable File
#!/bin/bash
|
|
|
|
#
|
|
# Call from a docker host to build and start CDB.
|
|
#
|
|
|
|
sudo docker-compose up --build -d --scale worker=2
|