GearTech0 / basic-discord-bot-framework

My old alice repo is outdated and I wanted to start her anew. This is Alice 2.0 Discord Management bot.
GNU General Public License v3.0
0 stars 1 forks source link

Dockerize Alice #11

Open GearTech0 opened 4 years ago

GearTech0 commented 4 years ago

Spinning up Alice as fast as possible and as cleanly as possible is of high priority. Dockerizing her will enable a smoother flow of execution and development.

ghost commented 4 years ago

Done. HERE and docker image is here. if you merge it you can see packages like this

run it using docker run -id \ -e ALICE_TOKEN="<bot_token>" \ -e ALICE_TOKENDEV="<optional_dev_bot_token>" \ -e NODE_ENV="<production or development>" \ docker.pkg.github.com/pratikbalar123/alice-v2/dockerized-alice-v2

GearTech0 commented 4 years ago

@pratikbalar123 thank you for this. I will be reviewing this in the coming days :)