This repository is a GitHub Template which may be used to create Dragonfly servers.
See this GitHub page on how to set up a new GitHub repository using this template.
This template also contains a Dockerfile, that can be run with this:
docker run -p 19132:19132/udp \
-v "$PWD/world:/opt/app/world" \
-v "$PWD/resources:/opt/app/resources" \
dragonfly-image