add mesh monitor

This commit is contained in:
fhs52267
2026-03-22 14:56:30 +01:00
parent 50ea359d0d
commit 29b26b30a5
4 changed files with 57 additions and 11 deletions
+12
View File
@@ -0,0 +1,12 @@
ARG BUILD_FROM
FROM ghcr.io/yeraze/meshmonitor:latest
# Home Assistant requirements
USER root
RUN apk add --no-cache jq
# Copy local files
COPY run.sh /
RUN chmod a+x /run.sh
ENTRYPOINT [ "/run.sh" ]