DMarby / humblebundle-ebook-downloader

An easy way to download ebooks from your humblebundle account
The Unlicense
230 stars 27 forks source link

Adds ability to run within docker container #34

Closed jaycuse closed 5 years ago

jaycuse commented 5 years ago

I wanted to run this command without having to install node and npm on my machine. Here is the Dockerfile I used to achieve this. Figured I would share. Thanks for the this tool, saved me a bunch of manual work.

DMarby commented 5 years ago

Thank you! I've gone ahead and uploaded it to DockerHub at dmarby/humblebundle-ebook-downloader as well, so you can just pull from there instead of cloning the repo and building it yourself, if preferred.