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