A build configuration for a Docker image that contains an environment for Threeal bot's workspace.
- Install Docker Engine as in their official guide.
As an alternative, you may build and deploy this project on the cloud using Docker Hub by pushing this project to an online repository as in the following guide.
- Build the Docker image using Docker Engine.
$ docker build -t threeal/threeal-bot:latest .
As an alternative, you may change the
threeal/threeal-bot:latest
argument with any Docker image name that you desire. - Run and test the Docker image.
$ docker run --rm threeal/threeal-bot:latest runtest