preparing docker

This commit is contained in:
Dobromir Popov
2021-07-29 18:59:49 +03:00
parent 8921fbd5ac
commit b4b6e7f538
7 changed files with 45 additions and 5 deletions

View File

@@ -4,7 +4,8 @@
"description": " test api for IOT devices",
"main": "index.js",
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
"dev": "nodemon dht.js",
"start": "node dht.js"
},
"repository": {
"type": "git",