diff --git a/Dockerfile b/Dockerfile index 116f830..0374abb 100644 --- a/Dockerfile +++ b/Dockerfile @@ -34,6 +34,7 @@ RUN echo $(hostname) > /opt/scripts/.install_host && curl -sL https://raw.github WORKDIR /opt/iobroker/ RUN npm install node-gyp -g +RUN tar -cf /opt/initial_iobroker.tar /opt/iobroker CMD ["sh", "/opt/scripts/iobroker_startup.sh"]