Fix unknown state for icon update

This commit is contained in:
Dielee
2023-12-14 08:52:53 +01:00
parent 3166a1c6ab
commit 8326ed3c88
4 changed files with 8 additions and 3 deletions
+1 -1
View File
@@ -11,7 +11,7 @@ WORKDIR /volvoAAOS2mqtt
RUN wget --no-cache https://raw.githubusercontent.com/Dielee/volvo2mqtt/main/requirements.txt
# install dependencies
RUN pip install -r requirements.txt
RUN pip install -r requirements.txt --break-system-packages
# copy the content of the local src directory to the working directory
COPY / .