Removed HVAC handler and changed deployment to Kubernetes

This commit is contained in:
2025-10-07 21:45:54 +02:00
parent aab311dc86
commit 5bd757e875
6 changed files with 20 additions and 63 deletions

View File

@@ -8,4 +8,4 @@ WORKDIR /app
COPY src/ /app/
ENTRYPOINT ["sh", "-c", "sleep 10 && python main.py"]
ENTRYPOINT ["python","main.py"]