Files
docker-images/bee-dashboard/Dockerfile
T
woggioni 21c9741b2d
CI / node-build (push) Failing after 26s
CI / docker-build (push) Has been skipped
CI / deploy (push) Has been skipped
updated bee dashboard to 0.35.1
2026-06-23 06:11:44 +08:00

5 lines
246 B
Docker

FROM gitea.woggioni.net/woggioni/nginx:v1.31.2
RUN mkdir /srv/http
RUN --mount=type=bind,source=bee-dashboard.tar,target=/bee-dashboard.tar tar -xf /bee-dashboard.tar -C /srv/http
COPY bee-dashboard.conf /etc/nginx/conf.d/http/bee-dashboard.conf