Block a user
experthive (latest)
Published 2025-02-12 20:51:13 +01:00 by jheuel
Installation
docker pull gitea.jheuel.boosted.science/jheuel/experthive:latestsha256: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"] |