www (latest)

Published 2025-10-13 15:00:11 +02:00 by andreas

Installation

docker pull git.42i.org/42i/www:latest
sha256:7a2781d6f363751b3835e83e582be371d0c9f76244766ea6724a205a277dd6d1

Image Layers

EXPOSE map[3000/tcp:{}]
COPY /etc/passwd /etc/passwd # buildkit
COPY /busybox/busybox_HTTPD /busybox-httpd # buildkit
USER static
WORKDIR /home/static
COPY httpd.conf . # buildkit
CMD ["/busybox-httpd" "-f" "-v" "-p" "3000"]
COPY public/ /home/static # buildkit
Details
Container
2025-10-13 15:00:11 +02:00
6
OCI / Docker
linux/amd64
1.8 MiB
Versions (1) View all
latest 2025-10-13