mirror of
https://github.com/minetest/contentdb.git
synced 2025-01-21 20:59:38 +00:00
7 lines
87 B
Bash
Executable file
7 lines
87 B
Bash
Executable file
#!/bin/bash
|
|
|
|
set -e
|
|
|
|
docker-compose build worker
|
|
docker-compose up --no-deps -d worker
|