Skip to content

Commit

Permalink
fix for #168 #169
Browse files Browse the repository at this point in the history
  • Loading branch information
empierre committed May 31, 2018
1 parent da21bbe commit 20ff0ac
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,8 @@ RUN curl -sL https://deb.nodesource.com/setup_4.x | bash -
RUN apt-get install -y nodejs
#RUN apt-get install npm
RUN npm install -g [email protected]
RUN wget http://www.e-nef.com/domoticz/mdah/node-mydomoathome-0.2.37.deb
RUN dpkg -i node-mydomoathome-0.2.37.deb
RUN wget http://www.e-nef.com/domoticz/mdah/node-mydomoathome-0.2.38.deb
RUN dpkg -i node-mydomoathome-0.2.38.deb
RUN mv /etc/mydomoathome/config.json /etc/mydomoathome/config.json.old
VOLUME /etc/mydomoathome/

Expand Down
2 changes: 1 addition & 1 deletion packaging/debian/deb-src/DEBIAN/control
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
Package: MyDomoAtHome
Version: 0.2.36
Version: 0.2.37
Section: base
Priority: extra
Provides: MyDomoAtHome
Expand Down
4 changes: 2 additions & 2 deletions packaging/synology/build/INFO
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
package="MyDomoAtHome"
version="0.2.36"
version="0.2.37"
description="Node MyDomoAtHome! The installable NodeJS System Service for Imperihome ISS to Domoticz gateway"
support_url="https://github.com/empierre/MyDomoAtHome/issues"
arch="noarch"
Expand All @@ -13,7 +13,7 @@ displayname="MyDomoAtHome"
dsmuidir="app"
adminport="3002"
changelog="First version"
checksum="d7544fdfa94b4225bd319cfb53e1a3a5"
checksum="7a32d6cfb4f5b946fd1c5a17d5ca091c"
checkport="yes"
startable="yes"
helpurl="https://github.com/empierre/MyDomoAtHome/"
Expand Down

0 comments on commit 20ff0ac

Please sign in to comment.