directory changes

This commit is contained in:
andre
2020-07-29 22:20:45 +02:00
parent e4c0c02941
commit 8fc65e05df
12 changed files with 63 additions and 63 deletions

View File

@@ -66,9 +66,9 @@ COPY scripts/userscript_everystart_example.sh userscript_everystart_example.sh
WORKDIR /
RUN apt-get update \
&& curl -sL https://iobroker.net/install.sh | bash - \
&& mkdir -p /opt/iobroker/.docker_config/ \
&& echo $(hostname) > /opt/iobroker/.docker_config/.install_host \
&& echo "starting" > /opt/iobroker/.docker_config/.healthcheck \
&& mkdir -p /opt/scripts/.docker_config/ \
&& echo $(hostname) > /opt/scripts/.docker_config/.install_host \
&& echo "starting" > /opt/scripts/.docker_config/.healthcheck \
&& echo $(hostname) > /opt/.firstrun \
&& rm -rf /var/lib/apt/lists/*