Jokebot Setup Docker First Time Setup Run the create-database.sh script to create the database. Login to the database using your favorite app and create a jokes database. Build the docker image docker build -t jokebot . Run the docker docker run -p 80:80 -d --name jokebot jokebot