Preparing V5

This commit is contained in:
andre
2020-06-29 21:15:27 +02:00
parent 71076baae3
commit 83c10ab83b
4 changed files with 8 additions and 16 deletions

View File

@@ -70,9 +70,6 @@ RUN apt-get update \
WORKDIR /opt/iobroker/
RUN npm install -g node-gyp
# Temporary updating js-controller to not stable version
RUN npm install iobroker.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