Block a user
leptos-question-bank (0.4.6)
Published 2026-03-22 12:34:25 +00:00 by hiron
Installation
docker pull git.rynexus.com/hiron/leptos-question-bank:0.4.6sha256:fc105f04390f6e9df7432efd13db70b15906d9d3cf5269b42e9357317d974617
Images
| Digest | OS / Arch | Size |
|---|---|---|
| 62bf672bab | linux/amd64 | 38 MiB |
Image Layers ( linux/amd64)
| # debian.sh --arch 'amd64' out/ 'bookworm' '@1773619200' |
| 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-03-22T12:17:21.423Z |
| org.opencontainers.image.description | This is a full-stack project using leptos framwark. |
| org.opencontainers.image.licenses | |
| org.opencontainers.image.revision | ee6d64b0cb9becaeaefa1638b26122a9e6f01f3a |
| 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.4.6 |