add mesh monitor
This commit is contained in:
@@ -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" ]
|
||||
Reference in New Issue
Block a user