Update Dockerfile

Add web interface files to container
This commit is contained in:
2026-08-06 05:42:54 +00:00
parent 2fb18f9bb4
commit f56b597751
+1
View File
@@ -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