Skip to content

Commit

Permalink
Added missing template file to Dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
davidusb-geek committed Feb 18, 2024
1 parent 48edcb1 commit 26446d7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -52,6 +52,7 @@ COPY src/emhass/retrieve_hass.py /app/src/emhass/retrieve_hass.py
COPY src/emhass/utils.py /app/src/emhass/utils.py
COPY src/emhass/web_server.py /app/src/emhass/web_server.py
COPY src/emhass/templates/index.html /app/src/emhass/templates/index.html
COPY src/emhass/templates/template.html /app/src/emhass/templates/template.html
COPY src/emhass/static/style.css /app/src/emhass/static/style.css
COPY src/emhass/static/img/emhass_logo_short.svg /app/src/emhass/static/img/emhass_logo_short.svg
COPY src/emhass/static/img/emhass_icon.png /app/src/emhass/static/img/emhass_icon.png
Expand Down

0 comments on commit 26446d7

Please sign in to comment.