Added dockerization
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user