From 98e62013a80b813fbfd8f5c8f811618900a58848 Mon Sep 17 00:00:00 2001 From: Walter Oggioni Date: Wed, 10 Sep 2025 10:24:07 +0800 Subject: [PATCH] switched bee dashboard to my own branch --- bee-dashboard/Dockerfile | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/bee-dashboard/Dockerfile b/bee-dashboard/Dockerfile index 72ed3e1..3ee6724 100644 --- a/bee-dashboard/Dockerfile +++ b/bee-dashboard/Dockerfile @@ -6,9 +6,10 @@ ARG VERSION RUN --mount=type=cache,target=/var/cache/apk apk add chromium WORKDIR /src ADD git@github.com:ethersphere/bee-dashboard.git#v${VERSION} . +ADD git@github.com:woggioni/bee-dashboard.git#add-redistribution-stat . RUN PUPPETEER_SKIP_DOWNLOAD=1 npm ci RUN npm run build -FROM gitea.woggioni.net/woggioni/nginx:v1.29.0 AS final +FROM gitea.woggioni.net/woggioni/nginx:v1.29.1 AS final COPY --from=build /src/build /srv/http COPY bee-dashboard.conf /etc/nginx/conf.d/bee-dashboard.conf