Added dockerization

This commit is contained in:
2025-09-29 15:45:59 +02:00
parent a949b44233
commit 13383ef596
3 changed files with 39 additions and 1 deletions

View File

@@ -7,7 +7,8 @@
"type": "module",
"main": "index.js",
"scripts": {
"dev": "node index.js"
"dev": "node index.js",
"docker-build": "docker build -t jeopardyserver ."
},
"dependencies": {
"ws": "^8.18.3"