freetale
  • Joined on 2025-05-22

btc-bot/front (68d480f7986e50d8e9ce800598a154f49c1ed97a)

Published 2026-02-11 21:50:38 +07:00 by freetale

Installation

docker pull gitea.thz.freetale.me/freetale/btc-bot/front:68d480f7986e50d8e9ce800598a154f49c1ed97a
sha256:225d51cf83fea933718b6c517ddd27767324d922147c17922ade34cab654a2a5

Images

Digest OS / Arch Size
6001e55377 linux/amd64 42 MiB

Image Layers ( linux/amd64)

# debian.sh --arch 'amd64' out/ 'bookworm' '@1769990400'
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"]