From 51efcefdab3063506662ac1588caf9fd6f8fcbb2 Mon Sep 17 00:00:00 2001 From: Pascal Vizeli Date: Mon, 24 Jun 2019 23:21:15 +0000 Subject: [PATCH] Compile only hassio --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 0572a9065..8728509ae 100644 --- a/Dockerfile +++ b/Dockerfile @@ -25,7 +25,7 @@ RUN export MAKEFLAGS="-j$(nproc)" \ # Install HassIO COPY . /usr/src/hassio RUN pip3 install --no-cache-dir -e /usr/src/hassio \ - && python3 -m compileall /usr/src/hassio + && python3 -m compileall /usr/src/hassio/hassio # Initialize udev daemon, handle CMD COPY entry.sh /bin/