Skip to content

Commit

Permalink
docker/deps
Browse files Browse the repository at this point in the history
  • Loading branch information
empierre committed Nov 15, 2023
1 parent d430827 commit 8e57b06
Show file tree
Hide file tree
Showing 3 changed files with 1,333 additions and 9,013 deletions.
7 changes: 2 additions & 5 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,7 @@ 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 Expand Up @@ -76,4 +72,5 @@ RUN rm /bin/sh && ln -s /bin/bash /bin/sh && \
npm install -g forever nodemon mocha supervisor
#CMD ["forever", "start","--minUptime 1000 --spinSleepTime 1000 --max-old-space-size=128", "/usr/share/mydomoathome/app/mdah.js"]
RUN cd /usr/share/mydomoathome/app/
CMD ["forever", "/usr/share/mydomoathome/app/mdah.js"]
#CMD ["forever", "/usr/share/mydomoathome/app/mdah.js"]
CMD ["forever", "-c","node --harmony","/usr/share/mydomoathome/app/mdah.js"]
Loading

0 comments on commit 8e57b06

Please sign in to comment.