A discord bot that manages a QA channel
If you have envsetup, simply run envsetup
after cloning the repository.
If not, please install poetry and run poetry install
Build the image with
docker build . -t tinkerqa-discord:latest
Deploy it with
docker run -d -e DISCORD_TOKEN=<TOKEN> tinkerqa-discord:latest