KyoriPowered / adventure-webui

A web UI for Adventure
https://webui.advntr.dev/
MIT License
28 stars 16 forks source link

feat: Deploy docker images using Jib #159

Closed zml2008 closed 1 year ago

zml2008 commented 1 year ago

This replaces the old manual Dockerfile, which had implicit dependencies on certain gradle tasks being run already and resulted in another spot to configure options.

Jib unifies build and runtime configuration within one file, and is intended to build more disk-efficient docker images as well.