homepage (latest)
Published 2025-04-18 12:51:49 +00:00 by tanguy
Installation
docker pull forgejo.juustodiilerit.fi/tanguy/homepage:latest
sha256:fb831ffb44a6d32aec48fa1a2e3d70bcb10fc32b3bf68eaea00eb40ff34f827e
Image layers
# debian.sh --arch 'amd64' out/ 'bullseye' '@1743984000' |
WORKDIR /app |
RUN /bin/sh -c apt-get update -y && apt-get install -y --no-install-recommends openssl libssl-dev ca-certificates && apt-get autoremove -y && apt-get clean -y && rm -rf /var/lib/apt/lists/* # buildkit |
COPY /app/target/release/homepage /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:8080 |
ENV LEPTOS_SITE_ROOT=site |
EXPOSE map[8080/tcp:{}] |
CMD ["/app/homepage"] |