v.2.0.1 Small fixes
Small fixes
Makefile and Docker
Added the two commands required to deploy the bot using Docker to the Makefile, making the deployment even easier:
- dockerbuild => Builds the project and creates its image using the Dockerfile =>
docker build --tag nextflight-bot .
- dockerrun => Runs the bot by running the container detached from the terminal .
Code
A command (nextevent) from the commands message is no longer missing.