Block a user
Installation
docker pull git.gtz.dk/agj/blog:latestsha256:48a5a4189c0858f670e2a82afcffe98067e034b520687d721e6b96f9fdd31edb
Images
| Digest | OS / Arch | Size |
|---|---|---|
| 7406c175ed | linux/amd64 | 31 MiB |
| b7cd0c6732 | linux/arm64 | 30 MiB |
Image Layers ( linux/amd64)
| ADD alpine-minirootfs-3.21.3-x86_64.tar.gz / # buildkit |
| CMD ["/bin/sh"] |
| RUN /bin/sh -c apk add hugo git # buildkit |
| WORKDIR /hugo |
| RUN /bin/sh -c hugo new site /hugo # buildkit |
| RUN /bin/sh -c git clone https://github.com/yihui/hugo-xmin.git themes/hugo-xmin # buildkit |
| ADD hugo.toml /hugo/hugo.toml # buildkit |
| ADD content /hugo/content # buildkit |
| ADD static /hugo/static # buildkit |
| ADD shortcodes /hugo/layouts/shortcodes # buildkit |
| ENV PORT=1313 |
| EXPOSE map[1313/tcp:{}] |
| CMD ["hugo" "serve" "--baseURL" "https://blog.gtz.dk/" "--bind" "0.0.0.0" "--port" "$PORT"] |