www (latest)
Published 2025-10-13 15:00:11 +02:00 by andreas
Installation
docker pull git.42i.org/42i/www:latestsha256: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 |