sha256:948a87309cca01819124c97953c84a81cf9990e23d427b1fcc77650bc6570cf2
OS/ARCH
Compressed size
54.64 MB
Last pushed
7 days by bochaco
Type
Image
Manifest digest
sha256:d43f4a9396837db1a8d58ea71ed15bfbb4f99f19c7d54f1f94194e9ef0537ca4
Image Layers
1# debian.sh --arch 'arm64' out/26.81 MB2WORKDIR /app92 B3RUN /bin/sh -c apt-get update3.2 MB4COPY /work/target/release/formicaio /app/ # buildkit23.35 MB5COPY /work/migrations /app/migrations # buildkit2.06 KB6COPY /work/target/site /app/site # buildkit1.27 MB7COPY /work/Cargo.toml /app/ # buildkit2.41 KB8ENV RUST_LOG=info0 B9ENV LEPTOS_SITE_ADDR=0.0.0.0:521000 B10ENV LEPTOS_SITE_ROOT=site0 B11EXPOSE [52100/tcp]0 B12CMD ["sh" "-c" "/app/formicaio start0 BCommand
# debian.sh --arch 'arm64' out/ 'bookworm' '@1787529600'