ACM-VIT / golly-bot

A general purpose discord bot, written in GO!
MIT License
4 stars 17 forks source link

Add: Dockerfile to build discord bot in a docker container #38

Closed z404 closed 2 years ago

z404 commented 2 years ago

For ease of deployment of the bot on any platform, a Dockerfile is required. This way, an image can be run on any platform, irrespective of how the platform is configured.

Create a Dockerfile that can create an image that runs GollyBot when run.

For more information on how Dockerfiles work, check this out

ari0211 commented 2 years ago

Hi! Can i try to work on this?

z404 commented 2 years ago

Sure! Thanks for showing interest :D

z404 commented 2 years ago

Closed by #51