Skip to content

v.2.0.1 Small fixes

Compare
Choose a tag to compare
@Charly98cma Charly98cma released this 27 Nov 17:12
· 5 commits to master since this release

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.