docker container changes

This commit is contained in:
Dobromir Popov
2021-07-30 12:45:32 +03:00
parent 676bf5f9c4
commit 28ccaba895
6 changed files with 14 additions and 16 deletions

View File

@@ -5,7 +5,7 @@
"main": "index.js",
"scripts": {
"dev": "nodemon dht.js",
"start": "node dht.js"
"start": "node index.js"
},
"repository": {
"type": "git",
@@ -40,7 +40,6 @@
"mqtt": "^4.1.0",
"mysql": "^2.18.1",
"mysql2": "^2.1.0",
"n": "^6.5.1",
"node-cron": "^2.0.3",
"node-uuid": "^1.4.8",
"passport": "^0.4.1",