Update web ui settings

This commit is contained in:
fhs52267
2026-03-22 15:25:05 +01:00
parent 49984b6900
commit 7e6710b28e
3 changed files with 36 additions and 53 deletions
+5 -7
View File
@@ -1,12 +1,10 @@
ARG BUILD_FROM
FROM ghcr.io/yeraze/meshmonitor:latest
ARG BUILD_FROM=ghcr.io/yeraze/meshmonitor:latest
FROM $BUILD_FROM
# Home Assistant requirements
USER root
RUN apk add --no-cache jq
RUN apt-get update && apt-get install -y jq curl && rm -rf /var/lib/apt/lists/*
# Copy local files
COPY run.sh /
COPY run.sh /run.sh
RUN chmod a+x /run.sh
ENTRYPOINT [ "/run.sh" ]
ENTRYPOINT [ "/run.sh" ]