Update web ui settings

This commit is contained in:
fhs52267
2026-03-22 15:30:33 +01:00
parent 24fd58c540
commit ba6de13d4b
2 changed files with 3 additions and 5 deletions
+1 -3
View File
@@ -1,8 +1,6 @@
ARG BUILD_FROM=ghcr.io/yeraze/meshmonitor:latest
FROM $BUILD_FROM
FROM ghcr.io/yeraze/meshmonitor:latest
USER root
# Use apk for Alpine-based images
RUN apk add --no-cache jq curl bash
COPY run.sh /run.sh