jason-green-io / papyri

Minecraft map item data mapping tool using Leaflet
MIT License
62 stars 10 forks source link

Add docker support #17

Closed TimoMeijer closed 4 years ago

TimoMeijer commented 4 years ago

Adds a Dockerfile, that can build a docker image that can run and serve papyri. When this image is run, it requires a minecraft world to be mounted to /data/world. It'll then run papyri on a configurable schedule, every hour by default, and by default serve these files as described in the readme.

jason-green-io commented 4 years ago

Lovely