Removed HVAC handler and changed deployment to Kubernetes

This commit is contained in:
2025-10-07 20:43:06 +02:00
parent ea1615995d
commit fc878e9d8f
6 changed files with 24 additions and 56 deletions

View File

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