freetale
  • Joined on 2025-05-22

btc-bot/front (7f779e48963c00f80c677979eb047ea1db71e19d)

Published 2026-02-16 08:45:23 +07:00 by freetale

Installation

docker pull gitea.thz.freetale.me/freetale/btc-bot/front:7f779e48963c00f80c677979eb047ea1db71e19d
sha256:7927f4e4606c7b2ee8ea4415fe2106c4c0520f6f511cba69b58348bf712a17a3

Images

Digest OS / Arch Size
4ed1167eab 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"]