Add Docker Compose deployment

This commit is contained in:
2026-05-05 14:23:45 -04:00
parent 01e1c78bf7
commit 7b6676cdc9
6 changed files with 67 additions and 4 deletions

View File

@@ -4,7 +4,7 @@
"private": true,
"description": "A notepad-playable capture tic tac toe browser game with simple WebSocket multiplayer.",
"scripts": {
"start": "node server.js"
"start": "node server.js",
"compose": "docker compose up --build"
}
}