Seperated docker files for deployment and development + update readme.md

This commit is contained in:
Sébastien Rivière
2025-06-23 16:41:45 +02:00
parent 7d541159cd
commit adcf6f031e
11 changed files with 128 additions and 6350 deletions

View File

@@ -5,7 +5,8 @@
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1",
"start": "node index.js"
"start": "node index.js",
"dev": "nodemon index.js"
},
"author": "Quentin Roussel",
"license": "ISC",
@@ -16,5 +17,8 @@
"multer": "^1.4.5-lts.1",
"random-location": "^1.1.3",
"socket.io": "^4.7.5"
},
"devDependencies": {
"nodemon": "^3.1.10"
}
}