sha256:bbc1ea4ebf4791b769e86328b7c797aa32e520dd31b6570853eee755c9d30791
OS/ARCH
Compressed size
52.7 MB
Last pushed
15 days by bochaco
Type
Image
Manifest digest
sha256:2c9319647fb6535e6fec96547db26148cacb1c01e1cdc82b9f3579d6c3d41843
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/ # buildkit21.41 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'