This commit is contained in:
andre
2020-06-05 21:28:29 +02:00
parent 0b143cca5a
commit 5db7206b6e
2 changed files with 13 additions and 10 deletions

View File

@@ -70,6 +70,9 @@ RUN apt-get update \
WORKDIR /opt/iobroker/
RUN npm install -g node-gyp
# Testing new js-controller version
RUN npm install ioBroker/ioBroker.js-controller#3.1.x
# Backup initial ioBroker and userscript folder
RUN tar -cf /opt/initial_iobroker.tar /opt/iobroker \
&& tar -cf /opt/initial_userscripts.tar /opt/userscripts