Johannes Heuel jheuel
  • Joined on 2022-02-26

experthive (0.0.1)

Published 2025-02-12 20:51:13 +01:00 by jheuel

Installation

docker pull gitea.jheuel.boosted.science/jheuel/experthive:0.0.1
sha256:fa664dde0630ae99248f1786e5ad3ed473758f251c614ee5b5237178267b22d6

Images

Digest OS / Arch Size
dcc5ef4a82 linux/amd64 43 MiB

Image Layers ( linux/amd64)

# debian.sh --arch 'amd64' out/ 'stable' '@1738540800'
WORKDIR /app
COPY /app/target/release/experthive /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/experthive"]
Details
Container
2025-02-12 20:51:13 +01:00
0
OCI / Docker
Versions (2) View all
latest 2025-02-12
0.0.1 2025-02-12