Zaarrg / DropBot

Drop Bot. Automaticlly Farms every Drop available like Rust for ya and now also your Custom Channel's
396 stars 121 forks source link

Docker container support #56

Closed AusHick closed 2 years ago

AusHick commented 2 years ago

Pretty straight forward request. This is how I am running my containers personally.

Dockerfile builds from source, then takes the build product into the final image.

All builds are automated by GitHub Actions on commit to main, or on a new tag. If a tag, then the image is built with that tag instead of just "latest". (ie. ttvdropbot:2.0.0.3). All images are hosted by GitHub, accessible from the Packages section of the repo.

A quick how-to has been added to the readme for Docker.