From c3aef24ead6d80a6db5966cc4bc716404261adb8 Mon Sep 17 00:00:00 2001 From: Andre Date: Mon, 21 Jan 2019 13:33:07 +0100 Subject: [PATCH] moved .install_host file --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index d11fec6..116f830 100644 --- a/Dockerfile +++ b/Dockerfile @@ -29,7 +29,7 @@ RUN chmod +x iobroker_startup.sh WORKDIR / -RUN echo $(hostname) > .install_host && curl -sL https://raw.githubusercontent.com/ioBroker/ioBroker/stable-installer/installer.sh | bash - +RUN echo $(hostname) > /opt/scripts/.install_host && curl -sL https://raw.githubusercontent.com/ioBroker/ioBroker/stable-installer/installer.sh | bash - # RUN update-rc.d iobroker.sh remove WORKDIR /opt/iobroker/