Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 314 Bytes

README.md

File metadata and controls

9 lines (7 loc) · 314 Bytes

Jokebot

Setup

Docker

First Time Setup

  1. Run the create-database.sh script to create the database. Login to the database using your favorite app and create a jokes database.
  2. Build the docker image docker build -t jokebot .
  3. Run the docker docker run -p 80:80 -d --name jokebot jokebot