When deploying BlueDragon with Docker or Kubernetes, you will need to create
a container image for your Minecraft server application.
To add your games to the base BlueDragonMC/Server
image, you can create a basic Dockerfile that looks something like this:
Then, you can build your project and push the image to your registry:
Finally, you can start containers using this image which will have your games preinstalled.