From d48036c5ed8cca583c18ee7bc5c1d584fb99c1e9 Mon Sep 17 00:00:00 2001 From: Unheard0840 Date: Wed, 5 Aug 2026 17:32:56 +0000 Subject: [PATCH] Update Dockerfile --- Dockerfile | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/Dockerfile b/Dockerfile index a272618..13d3753 100644 --- a/Dockerfile +++ b/Dockerfile @@ -7,6 +7,7 @@ WORKDIR /app COPY app.sh /app/app.sh -RUN chmod +x /app/app.sh +RUN chmod +x /app/app.sh \ + && ln -s /app/app.sh /usr/local/bin/munin-bitcoin -CMD ["/app/app.sh"] \ No newline at end of file +CMD ["munin-bitcoin"] \ No newline at end of file