Block a user
leptos-question-bank (0.5.2)
Published 2026-06-23 08:48:23 +00:00 by hiron
Installation
docker pull git.rynexus.com/hiron/leptos-question-bank:0.5.2sha256:f6977307a08dae566afa1dfe92685ac1b59e2994d7da893df570ea6b0365d2f5
Images
| Digest | OS / Arch | Size |
|---|---|---|
| 193831d4f2 | linux/amd64 | 41 MiB |
Image Layers ( linux/amd64)
| # debian.sh --arch 'amd64' out/ 'bookworm' '@1781049600' |
| WORKDIR /app |
| RUN /bin/sh -c apt-get update -y && apt-get install -y --no-install-recommends openssl ca-certificates && apt-get autoremove -y && apt-get clean -y && rm -rf /var/lib/apt/lists/* # buildkit |
| COPY /app/target/release/leptos-question-bank /app/ # buildkit |
| COPY /app/target/site /app/site # buildkit |
| COPY /app/Cargo.toml /app/ # buildkit |
| COPY config config # buildkit |
| ENV APP_ENVIRONMENT=production |
| ENV RUST_LOG=info |
| ENV LEPTOS_SITE_ADDR=0.0.0.0:3000 |
| ENV LEPTOS_SITE_ROOT=site |
| EXPOSE [3000/tcp] |
| ENTRYPOINT ["/app/leptos-question-bank"] |
Labels
| Key | Value |
|---|---|
| org.opencontainers.image.created | 2026-06-23T08:31:03.024Z |
| org.opencontainers.image.description | This is a full-stack project using leptos framwark. |
| org.opencontainers.image.licenses | |
| org.opencontainers.image.revision | 885e2910f091a5b086fa570f7c76a569bf3d53c5 |
| org.opencontainers.image.source | https://git.rynexus.com/hiron/leptos-question-bank |
| org.opencontainers.image.title | leptos-question-bank |
| org.opencontainers.image.url | https://git.rynexus.com/hiron/leptos-question-bank |
| org.opencontainers.image.version | 0.5.2 |