• Joined on 2025-10-29

geo-rankly/ops-web (latest)

Published 2026-07-03 20:59:29 +08:00 by root in root/geo

Installation

docker pull hub.offerhunt.cn/root/geo-rankly/ops-web:latest
sha256:4cc6dc0f6c4fa2739f5cb2fa92f8361013dda1b54a52639e5de2364de4575a43

Image Layers

ADD alpine-minirootfs-3.22.5-x86_64.tar.gz / # buildkit
CMD ["/bin/sh"]
RUN /bin/sh -c apk add --no-cache nginx nginx-mod-http-brotli && mkdir -p /run/nginx /usr/share/nginx/html # buildkit
COPY /app/apps/ops-web/dist /usr/share/nginx/html # buildkit
COPY apps/ops-web/nginx.conf /etc/nginx/http.d/default.conf # buildkit
EXPOSE [80/tcp]
CMD ["nginx" "-g" "daemon off;"]
Details
Container
2026-07-03 20:59:29 +08:00
28
OCI / Docker
linux/amd64
7.8 MiB
Versions (2) View all
4dece0f2 2026-07-03
latest 2026-07-03