Crée l'application web mobile ChessCubing Arena

This commit is contained in:
2026-04-12 11:30:49 +02:00
commit 87fcbc3e07
11 changed files with 2462 additions and 0 deletions

7
docker-compose.yml Normal file
View File

@@ -0,0 +1,7 @@
services:
web:
build: .
container_name: chesscubing-web
ports:
- "8080:80"
restart: unless-stopped