From 7014368611c637a12aad785490afe999cbf21ca1 Mon Sep 17 00:00:00 2001 From: Mark Date: Sun, 24 Nov 2024 12:56:55 +0100 Subject: [PATCH] Update Dockerfile --- .build/Dockerfile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.build/Dockerfile b/.build/Dockerfile index 566b41b2b..d394e4060 100644 --- a/.build/Dockerfile +++ b/.build/Dockerfile @@ -40,8 +40,8 @@ RUN curl -sL https://github.com/diyhue/diyHueUI/releases/latest/download/DiyHueU && mkdir diyhueUI \ && unzip -qo diyHueUI.zip -d diyhueUI \ && rm diyHueUI.zip \ - && mv diyhueUI/index.html flaskUI/templates/ \ - && cp -r diyhueUI/static flaskUI/ \ + && mv diyhueUI/dist/index.html flaskUI/templates/ \ + && cp -r diyhueUI/dist/assets flaskUI/ \ && rm -r diyhueUI ## Copy correct (compiled) C file from previous image