Update Dockerfile

Replace busybox httpd with nginx
This commit is contained in:
2026-08-06 05:20:32 +00:00
parent cd5094d06b
commit 48de7fbd22
+1 -1
View File
@@ -3,7 +3,7 @@ FROM alpine:3.20
LABEL org.opencontainers.image.title="Munin-bitcoin" LABEL org.opencontainers.image.title="Munin-bitcoin"
LABEL org.opencontainers.image.description="Bitcoin watch-only wallet and label manager for StartOS" 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 WORKDIR /app