danlegt3 (v1.51)
Published 2025-11-24 12:18:58 +02:00 by kato
Installation
docker pull tea.chunkbyte.com/kato/danlegt3:v1.51sha256:63a15a583c476098898ef09f77cd1d5b3c78fbb159c412d8f36c859fc3d70d08Image Layers
| ADD alpine-minirootfs-3.22.2-x86_64.tar.gz / # buildkit |
| CMD ["/bin/sh"] |
| WORKDIR /app |
| RUN /bin/sh -c apk --no-cache add ca-certificates # buildkit |
| COPY /app/main . # buildkit |
| COPY /app/static ./static # buildkit |
| COPY /app/templates ./templates # buildkit |
| COPY /app/posts ./posts # buildkit |
| EXPOSE map[8080/tcp:{}] |
| VOLUME [/app/data] |
| CMD ["./main"] |