From f56b597751666e56f5c87befb2a32b8886cd29f0 Mon Sep 17 00:00:00 2001 From: Unheard0840 Date: Thu, 6 Aug 2026 05:42:54 +0000 Subject: [PATCH] Update Dockerfile Add web interface files to container --- Dockerfile | 1 + 1 file changed, 1 insertion(+) diff --git a/Dockerfile b/Dockerfile index 614695d..a848b90 100644 --- a/Dockerfile +++ b/Dockerfile @@ -8,6 +8,7 @@ RUN apk add --no-cache nginx WORKDIR /app COPY app.sh /app/app.sh +COPY web /app/web RUN chmod +x /app/app.sh \ && ln -s /app/app.sh /usr/local/bin/munin-bitcoin