For ease of deployment of the bot on any platform, a Dockerfile is required. This way, an image can be run on any platform, irrespective of how the platform is configured.
Create a Dockerfile that can create an image that runs GollyBot when run.
For more information on how Dockerfiles work, check this out
For ease of deployment of the bot on any platform, a Dockerfile is required. This way, an image can be run on any platform, irrespective of how the platform is configured.
Create a Dockerfile that can create an image that runs GollyBot when run.
For more information on how Dockerfiles work, check this out