Docker container for Nolen Tabner's webapp for Betrayal at House on the Hill.
You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
Estelle Poulin 6b58750b55 Add README.md 6 years ago
app Initial commit 6 years ago
Dockerfile Initial commit 6 years ago
README.md Add README.md 6 years ago

README.md

Nolen Tabner's BaHotH Webapp in Docker

Why?

My friends and I love playing BaHotH but the pieces that come with the game are a bit clunky to use. Unfortunately many of the webapps that host the character cards eventually go down because they're personal projects. So I downloaded my favorite incarnation and shoved it in a Docker container that I could host on my site.

Have a look at the demo.

Building

docker build -t me/betrayal .

Running

Everything you need to run the app is inside the container. No persistent storage, no database, no server side scripting.

docker run --rm -d \
  --name betrayal \
  -p 8080:80 \
  me/betrayal

Credits

All credit for this app goes to Nolen Tabner which is hosted here.