Skip to content

Commit

Permalink
Fixed flaskUI #15
Browse files Browse the repository at this point in the history
Signed-off-by: Max Beckenbauer <max.bec92@gmail.com>
  • Loading branch information
maxbec committed Apr 5, 2021
1 parent fd066c4 commit e9dc38c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions diyhue-flask/CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,10 @@ All notable changes to this project will be documented in this file. The format
### Changed

- Deleted the host_network entry in the config.json. #16

### Fixed
- Added changes from the diyhue flask repo. web-ui is now flaskUI.

## [1.4.0 - 25.3.2021]

### Added
Expand Down
2 changes: 1 addition & 1 deletion diyhue-flask/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ RUN curl -J -L -o $diyhue.tar.gz "https://github.com/diyhue/diyHue/archive/refs/
WORKDIR /opt/hue-emulator

# Install diyHue
RUN mv /diyhue/BridgeEmulator/web-ui/ ./web-ui/
RUN mv /diyhue/BridgeEmulator/flaskUI/ ./flaskUI/
RUN mv /diyhue/BridgeEmulator/functions/ ./functions/
RUN mv /diyhue/BridgeEmulator/protocols/ ./protocols/
RUN mv /diyhue/BridgeEmulator/HueEmulator3.py /diyhue/BridgeEmulator/debug/clip.html ./
Expand Down

0 comments on commit e9dc38c

Please sign in to comment.