This repository allows you to run a Project Ozone 2 Minecraft server using Docker.
Clone or download this repository, and then run make
in the directory where you cloned the repository. That's it.
The Docker image is based on openjdk:8-jre-alpine, which means that the base image used is quite small (<90MB). Including the modpack after building, the image is only around 470MB.
Credits go to jaysonsantos' original Skyfactory 3 repository which this repository is based on.