Johannes Heuel jheuel
  • Joined on 2022-02-26

blog (70ccbae4d083e9eb9cf6252f3ccdd03b12e22364)

Published 2025-03-19 13:58:37 +01:00 by jheuel

Installation

docker pull gitea.jheuel.boosted.science/jheuel/blog:70ccbae4d083e9eb9cf6252f3ccdd03b12e22364
sha256:a7777de41a9778d0518d8664ab187d4f07d6dc927e6dffee96e8e3fb4d07da22

Image Layers

# debian.sh --arch 'amd64' out/ 'stable' '@1740355200'
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-03-19 13:58:37 +01:00
0
OCI / Docker
linux/amd64
33 MiB
Versions (5) View all