-
Notifications
You must be signed in to change notification settings - Fork 22
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
3 changed files
with
1,333 additions
and
9,013 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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 # | ||
|
@@ -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"] |
Oops, something went wrong.