mirror of
https://github.com/minetest/contentdb.git
synced 2024-11-08 08:33:45 +01: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
|