prepare new beta

This commit is contained in:
andre
2020-06-05 23:15:33 +02:00
parent 773ad90893
commit d00d734a3a
5 changed files with 13 additions and 5 deletions

View File

@@ -70,6 +70,9 @@ RUN apt-get update \
WORKDIR /opt/iobroker/
RUN npm install -g node-gyp
# Temporary updating js-controller to not stable version
RUN npm install js-controller@3.1.5
# Backup initial ioBroker and userscript folder
RUN tar -cf /opt/initial_iobroker.tar /opt/iobroker \
&& tar -cf /opt/initial_userscripts.tar /opt/userscripts