End a game when everyone has skipped their turn

This commit is contained in:
2023-03-20 19:03:26 +01:00
parent 429fed7893
commit 5f92bdde4e
6 changed files with 110 additions and 14 deletions

View File

@@ -5,6 +5,8 @@ services:
build:
context: ..
dockerfile: board-server/Dockerfile
environment:
- REDIS_HOST=redis
ports:
- "8080:8080"
depends_on: