Temporarily replace GTNH ServerPacks call with restify+jq (#3938)

This commit is contained in:
Geoff Bourne
2026-02-15 17:33:46 -06:00
committed by GitHub
parent 4c0fd104c6
commit ac125dc15e
11 changed files with 20 additions and 51 deletions

15
compose-dev.yml Normal file
View File

@@ -0,0 +1,15 @@
services:
mc-dev:
build:
context: .
environment:
EULA: true
volumes:
- ./scripts:/image/scripts:ro
- data:/data
ports:
- "25565:25565"
stdin_open: true
tty: true
volumes:
data: