From 728e8c9d383ef3f693c94a4a194b1b39cfa0f685 Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Sat, 16 Dec 2017 02:59:45 +0100 Subject: [PATCH] Update Dockerfile --- homematic/Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/homematic/Dockerfile b/homematic/Dockerfile index 567c32c..7dc4fc2 100644 --- a/homematic/Dockerfile +++ b/homematic/Dockerfile @@ -29,7 +29,7 @@ RUN curl -L -o occu.tar.gz https://github.com/eq-3/occu/archive/${OCCU_VERSION}. ENV HM_HOME=/opt/hm LD_LIBRARY_PATH=/opt/hm/lib:${LD_LIBRARY_PATH} # Update config files -COPY rfd.conf hs485d.conf /etc/config +COPY rfd.conf hs485d.conf /etc/config/ # Setup start script COPY run.sh /