Skip to content

Commit

Permalink
Update Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
hendriksen-mark committed Nov 24, 2024
1 parent 365c0a8 commit 7014368
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .build/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7014368

Please sign in to comment.