freetale
  • Joined on 2025-05-22

btc-bot/front (805ad48d96ce6b5aca82a5a19e0d17a9f6c9450c)

Published 2026-04-15 11:16:25 +07:00 by freetale

Installation

docker pull gitea.thz.freetale.me/freetale/btc-bot/front:805ad48d96ce6b5aca82a5a19e0d17a9f6c9450c
sha256:b4e3210990a1797e37a46fa8a843a9ce47843e20ef69f1cd3dc7fbbad0c8fefb

Images

Digest OS / Arch Size
e41ea33e4f linux/amd64 43 MiB

Image Layers ( linux/amd64)

# debian.sh --arch 'amd64' out/ 'bookworm' '@1775433600'
WORKDIR /app
RUN /bin/sh -c apt-get update && apt-get install -y libssl-dev ca-certificates libcurl4 && rm -rf /var/lib/apt/lists/* # buildkit
COPY /app/target/release/btc-server-front /app/btc-server-front # buildkit
ENV RUST_LOG=debug
ENTRYPOINT ["./btc-server-front"]