From eecb3f6a038e5177444a0dc777a972ff39ebcf9e Mon Sep 17 00:00:00 2001 From: Unheard0840 Date: Thu, 6 Aug 2026 18:43:01 +0000 Subject: [PATCH] Update Dockerfile Add Node.js runtime for status API --- Dockerfile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Dockerfile b/Dockerfile index acaedf9..9086362 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 nginx +RUN apk add --no-cache nginx nodejs WORKDIR /app