xmamo / VanillaVotifier

Votifier plugin, but for Minecraft vanilla!
https://mamo.dev/vanillavotifier
Other
17 stars 8 forks source link

feat: add container support #38

Closed ChipWolf closed 1 year ago

ChipWolf commented 2 years ago

This PR adds a Dockerfile and an associated entrypoint script to run VanillaVotifier in a container.

There is also a new GitHub Actions workflow which will build the container images and publish them to Docker Hub.

The readme has been updated to reflect this new feature.

Warning Before merge - to make use of the GitHub action that builds and publishes the container images; you must sign up to Docker Hub and add your DOCKER_USERNAME and DOCKER_PASSWORD to the repository secrets.

Note I have published the image to cwlf/vanillavotifier to test this feature.