From 1ed7fe33f21d810582a1a174048a55b4fba36219 Mon Sep 17 00:00:00 2001 From: Andre Date: Tue, 4 Feb 2020 01:39:08 +0100 Subject: [PATCH] fixing path --- amd64/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/amd64/Dockerfile b/amd64/Dockerfile index 4b6c5b1..4a86bfd 100644 --- a/amd64/Dockerfile +++ b/amd64/Dockerfile @@ -54,8 +54,8 @@ RUN chmod +x iobroker_startup.sh \ && chmod +x setup_packages.sh \ && chmod +x setup_zwave.sh WORKDIR /opt/userscripts/ -COPY userscripts/userscript_firststart_example.sh userscript_firststart_example.sh -COPY userscripts/userscript_everystart_example.sh userscript_everystart_example.sh +COPY scripts/userscript_firststart_example.sh userscript_firststart_example.sh +COPY scripts/userscript_everystart_example.sh userscript_everystart_example.sh # Install ioBroker WORKDIR /