Files
docker-images/bee-dashboard/Dockerfile
Walter Oggioni 148e35bbef
All checks were successful
CI / Build & deploy Cloudflare page (push) Successful in 2m43s
optimized bee-dashboard build
2025-12-12 22:27:10 +08:00

5 lines
241 B
Docker

FROM gitea.woggioni.net/woggioni/nginx:v1.29.3
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/bee-dashboard.conf