Skip to content
This repository was archived by the owner on Dec 21, 2019. It is now read-only.

Latest commit

 

History

History
9 lines (7 loc) · 267 Bytes

File metadata and controls

9 lines (7 loc) · 267 Bytes

This container can be run to directly build RocketMod 5 plugins from git.

Example command: docker run --rm -it
-e GIT_REPOSITORY=https://github.com/fr34kyn01535/Kits.git
-e GIT_BRANCH=master
-v ./output:/build/output
fr34kyn01535/rocketmod-plugin-builder