Initial commit: migrated from GitHub

This commit is contained in:
haunter
2025-07-24 13:09:51 +02:00
parent 05908e3b03
commit c187b7a395
5 changed files with 73 additions and 19 deletions

14
docker-compose.yml Normal file
View File

@@ -0,0 +1,14 @@
version: '3.8'
services:
chesskit:
build: .
ports:
- "3100:3000"
volumes:
- .:/app
- /app/node_modules # Prevent overwriting node_modules
environment:
- NODE_ENV=development
stdin_open: true
tty: true