freetale
  • Joined on 2025-05-22

btc-bot/front (2e103f5c96eafe4513e17c0a205c0a544b887f46)

Published 2026-02-20 13:53:04 +07:00 by freetale

Installation

docker pull gitea.thz.freetale.me/freetale/btc-bot/front:2e103f5c96eafe4513e17c0a205c0a544b887f46
sha256:66510094978efb2dffda983e0002a8d4d51e0383059951f41f014396e447fac4

Images

Digest OS / Arch Size
66cc8dee0a linux/amd64 43 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"]