freetale
  • Joined on 2025-05-22

btc-bot/front (cda04e055705db2a7ea5867172aefe8a21f928f7)

Published 2026-02-18 12:44:42 +07:00 by freetale

Installation

docker pull gitea.thz.freetale.me/freetale/btc-bot/front:cda04e055705db2a7ea5867172aefe8a21f928f7
sha256:93ebb46372d52841a3963728e4aa40028ebb39648f12d34706b395a4fbeb37d1

Images

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