From 9ddec6977a439d0ff6edbf7350a15ff5f8f48c06 Mon Sep 17 00:00:00 2001 From: Mark Date: Sun, 9 Jun 2024 21:20:04 +0200 Subject: [PATCH] Update Dockerfile --- .build/Dockerfile | 1 - 1 file changed, 1 deletion(-) diff --git a/.build/Dockerfile b/.build/Dockerfile index 98e4f471f..10db983d9 100644 --- a/.build/Dockerfile +++ b/.build/Dockerfile @@ -34,7 +34,6 @@ COPY ./BridgeEmulator/configManager/ /opt/hue-emulator/configManager/ COPY ./BridgeEmulator/logManager/ /opt/hue-emulator/logManager/ COPY ./BridgeEmulator/HueEmulator3.py /opt/hue-emulator/ COPY ./BridgeEmulator/githubInstall.sh /opt/hue-emulator/ -COPY ./BridgeEmulator/githubUIInstall.sh /opt/hue-emulator/ ## Install the web interface RUN curl -sL https://github.com/diyhue/diyHueUI/releases/latest/download/DiyHueUI-release.zip -o diyHueUI.zip \