Update Dockerfile

Add Node.js runtime for status API
This commit is contained in:
2026-08-06 18:43:01 +00:00
parent 1ed80e44dd
commit eecb3f6a03
+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 nginx RUN apk add --no-cache nginx nodejs
WORKDIR /app WORKDIR /app