## Background The bot is tentatively going to be deployed into a local RPI server. It will be dockerized so that it's easier for other people to run this bot. ## Technical AC * Dockerfile to dockerize the bot. #16 * Set up Githooks to automate CI/CD. * [Reference 1](https://github.com/actions/runner/blob/main/docs/start/envlinux.md) * [Reference 2](https://docs.github.com/en/actions/learn-github-actions/understanding-github-actions)
Background
The bot is tentatively going to be deployed into a local RPI server. It will be dockerized so that it's easier for other people to run this bot.
Technical AC