Fix: goodwe in Dockerfile ergänzt (war nur in requirements.txt)
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -8,6 +8,7 @@ COPY src/ /app/
|
|||||||
RUN pip3 install --no-cache-dir \
|
RUN pip3 install --no-cache-dir \
|
||||||
pymodbus==3.6.9 \
|
pymodbus==3.6.9 \
|
||||||
paho-mqtt==1.6.1 \
|
paho-mqtt==1.6.1 \
|
||||||
flask==3.0.3
|
flask==3.0.3 \
|
||||||
|
goodwe==0.4.10
|
||||||
|
|
||||||
CMD ["python3", "/app/main.py"]
|
CMD ["python3", "/app/main.py"]
|
||||||
|
|||||||
Reference in New Issue
Block a user