Builds and runs the latest Version of JMusicBot. A cross-platform Discord music bot with a clean interface, and that is easy to set up and run yourself!
Clone this repository using the following command so you also get the submodule:
git clone --recursive <this-repo-url>
2-Stage Build
-
First Stage:
- based on latest maven-Container
- installs git, pulls repo, compiles binary
-
Second Stage:
- based in openjdk-Container
- runs compiled binary with user privileges
- needs config-Files!
- starts various instances of the image as described above
- mounts neccessary config files into the containers