Block a user
celina-memorial (latest)
Published 2026-03-22 11:52:07 -04:00 by strawczy
Installation
docker pull git.strawczynski.ca/strawczy/celina-memorial:latestsha256:57ea9baa62a2e88f6cab8af15c3c5096ecf2e9171d35ba986aa05cbb49cc6d75
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"] |
| USER 1000:1000 |
| COPY /app/book . # buildkit |