Skip to content

wizardfrag/spigot-build-docker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

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.

About

Build the spigot jar file using Docker

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages