Removed HVAC handler and changed deployment to Kubernetes
This commit is contained in:
@@ -8,6 +8,6 @@ WORKDIR /app
|
||||
|
||||
COPY src/ /app/
|
||||
|
||||
ENTRYPOINT ["sh", "-c", "sleep 10 && python main.py"]
|
||||
ENTRYPOINT ["python","main.py"]
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user