Open
Description
Figure out the best way to Dockerize V2 of the bot. Need to determine what can live in the config file and what can / should be environment variables passed into the gamebot.
My first thought is to check for Docker in the load_config()
method and if we detect a Docker instance then convert the environment variables into a similar config dictionary.