From 48de7fbd227028f99f03dbe2379e7c7b59fbfb3f Mon Sep 17 00:00:00 2001 From: Unheard0840 Date: Thu, 6 Aug 2026 05:20:32 +0000 Subject: [PATCH] Update Dockerfile Replace busybox httpd with nginx --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index 71d88f2..614695d 100644 --- a/Dockerfile +++ b/Dockerfile @@ -3,7 +3,7 @@ FROM alpine:3.20 LABEL org.opencontainers.image.title="Munin-bitcoin" LABEL org.opencontainers.image.description="Bitcoin watch-only wallet and label manager for StartOS" -RUN apk add --no-cache busybox-extras +RUN apk add --no-cache nginx WORKDIR /app