Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 467 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 467 Bytes

spigot-build-docker

Build the spigot jar file using Docker

Building

In order to build the spigot jar file, use the following command:

docker run --rm -it -v $PWD/build:/data/ wizardfrag/spigot-build

This will build the jar file in the build directory, and will keep all the extra build files around it. (Don't remove these if you plan on rebuilding spigot)

Updating the spigot jar

To update the spigot jar, just run the above command again.