Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
minor updates
  • Loading branch information
empierre authored Nov 15, 2023
1 parent 0644ace commit 7469d06
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ FROM node:current-bookworm-slim
#FROM node:4.4-wheezy
MAINTAINER Emmanuel PIERRE [email protected]
USER root
LABEL Description="This image is used to start the MyDomoAtHome executable" Vendor="Domoticz" Version="0.3.2"
LABEL Description="This image is used to start the MyDomoAtHome executable" Vendor="Domoticz" Version="0.3.4"

##################################################
# Install tools #
Expand Down Expand Up @@ -56,7 +56,7 @@ RUN apt-get install -y nodejs
#RUN apt-get install -y npm
RUN npm install -g [email protected]
RUN wget http://www.e-nef.com/domoticz/mdah/node-mydomoathome-0.3.4.deb
RUN dpkg --force-all -i node-mydomoathome-0.3.2.deb
RUN dpkg --force-all -i node-mydomoathome-0.3.4.deb
RUN mv /etc/mydomoathome/config.json /etc/mydomoathome/config.json.old
VOLUME /etc/mydomoathome/

Expand Down

0 comments on commit 7469d06

Please sign in to comment.