Add Docker Compose deployment
This commit is contained in:
@@ -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"
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user