mirror of
https://github.com/minetest/contentdb.git
synced 2024-11-08 16:43:47 +01:00
10 lines
253 B
Bash
Executable File
10 lines
253 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
|
|
#
|
|
|
|
sudo docker-compose up --build -d --scale worker=2
|