Skip to content

Commit

Permalink
Merge branch 'nodejs' of https://github.com/empierre/MyDomoAtHome int…
Browse files Browse the repository at this point in the history
…o nodejs

back
  • Loading branch information
empierre committed Nov 15, 2023
2 parents ec9bb59 + f45bb89 commit 9a48089
Show file tree
Hide file tree
Showing 3 changed files with 64 additions and 45 deletions.
4 changes: 4 additions & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,11 @@ FROM node:current-bookworm-slim
#FROM node:4.4-wheezy
MAINTAINER Emmanuel PIERRE [email protected]
USER root
<<<<<<< HEAD
LABEL Description="This image is used to start the MyDomoAtHome executable" Vendor="Domoticz" Version="0.3.5"
=======
LABEL Description="This image is used to start the MyDomoAtHome executable" Vendor="Domoticz" Version="0.3.4"
>>>>>>> f45bb89c98b4d88f8a3b55e70e8425a69dbb4f57

##################################################
# Install tools #
Expand Down
101 changes: 58 additions & 43 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@
"moment": "^2.29.4",
"morgan": "^1.9.1",
"multer": "^1.4.4",
"nconf": "^0.12.1",
"nconf": "^0.12.0",
"request": "^2.82.0",
"sync-request": "3.0.1",
"underscore": "1.13.6",
"winston": "^3.11.0"
"winston": "^3.9.0"
},
"devDependencies": {
"assert": "^1.3.0",
Expand Down

0 comments on commit 9a48089

Please sign in to comment.