From e2ccabb6e2c49714ef844e4681f9f2c2a6742c9b Mon Sep 17 00:00:00 2001 From: Andre Date: Mon, 21 Jan 2019 14:30:54 +0100 Subject: [PATCH] moved initial backup --- Dockerfile | 1 + 1 file changed, 1 insertion(+) 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"]