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.
		
		
		
		
		
			| 
				
					
						 | 
			7 years ago | |
|---|---|---|
| app | 7 years ago | |
| Dockerfile | 7 years ago | |
| README.md | 7 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.