artheus / feedthebeast-docker-servers

FTB Minecraft servers dockerized
The Unlicense
30 stars 6 forks source link

A bunch of random cleanups, including adding back dynmap #16

Closed halkeye closed 5 years ago

halkeye commented 5 years ago

python ./build.py -h

usage: build.py [-h] [-m MODPACK] [-l] [-s] [-d] [-p PREFIX]

optional arguments:
  -h, --help            show this help message and exit
  -m MODPACK, --modpack MODPACK
                        Limit to single modpack
  -l, --latest          Limit to the latest tag for a modpack
  -s, --silent          Silent the output
  -d, --dryrun          Dont actually build or push, useful for testing
  -p PREFIX, --prefix PREFIX
                        Override docker prefix from empty (docker hub)

Added a bunch of tooling to make it easier to run single builds for testing Added dynmap support Fixed the readme path to the worlds

artheus commented 5 years ago

@halkeye Thank you very much for your contribution. I added you as a collaborator to the repo.