Block a user
treblinka-memoir (latest)
Published 2026-03-22 11:47:05 -04:00 by strawczy
Installation
docker pull git.strawczynski.ca/strawczy/treblinka-memoir:latestsha256:8fcc7e52957fb1b4335c6d4973208abde91731fe9ba32b3cf2765437fd151862
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 |