Files
docker-images/bee-dashboard/Dockerfile
Walter Oggioni 5ff71d678b
Some checks failed
CI / Build & deploy Cloudflare page (push) Failing after 1m35s
optimized bee-dashboard build
2025-12-12 21:33:11 +08:00

4 lines
221 B
Docker

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