Docker added

This commit is contained in:
CHIEFSOFT\ameye
2024-05-06 11:11:26 -04:00
parent 2692a07db8
commit 5d3d35f915
3 changed files with 142 additions and 1 deletions
+2 -1
View File
@@ -5,7 +5,8 @@
"main": "index.js",
"type": "module",
"scripts": {
"start": "nodemon index.js"
"start": "node index.js",
"start:dev": "nodemon index.js"
},
"author": "ChiefSoft Works",
"license": "ISC",