Initial battery telemetry working

This commit is contained in:
2024-07-13 00:51:42 +02:00
parent ca68c88fa9
commit e026bc93f7
17 changed files with 376 additions and 11 deletions

7
spider-host/Dockerfile Normal file
View File

@@ -0,0 +1,7 @@
FROM golang:1.22.5
WORKDIR /app
COPY spider-host /spider-host
CMD ["/spider-host"]