- Install git
- Install docker
- Clone the repository from github
- While in the directory containing the
Dockerfile
run the following command
docker build -t joke-bot .
- Wait for the image to build and verify that it exists by running
docker images
- To run the application, run the following command
docker run -it joke-bot