Johannes Heuel jheuel
  • Joined on 2022-02-26

blog (latest)

Published 2025-04-28 17:24:46 +02:00 by jheuel

Installation

docker pull gitea.jheuel.boosted.science/jheuel/blog:latest
sha256:8e9a61b05da89b13351d4781fc99d9e69ae9976f3dfa045554cf5afc94f0cbef

Image Layers

# debian.sh --arch 'amd64' out/ 'stable' '@1743984000'
WORKDIR /app
COPY /app/target/release/blog /app/ # buildkit
COPY /app/target/release/hash.txt /app/ # buildkit
COPY /app/target/site /app/site # buildkit
COPY /app/Cargo.toml /app/ # buildkit
ENV RUST_LOG=info
ENV LEPTOS_SITE_ADDR=0.0.0.0:3000
ENV LEPTOS_SITE_ROOT=/app/site
ENV LEPTOS_ENV=PROD
EXPOSE map[3000/tcp:{}]
CMD ["/app/blog"]
Details
Container
2025-04-28 17:24:46 +02:00
0
OCI / Docker
linux/amd64
34 MiB
Versions (5) View all