freetale
  • Joined on 2025-05-22

btc-bot/front (76177e51e51dce29e3239affc7dbf197eb122b99)

Published 2025-10-15 21:07:13 +07:00 by freetale

Installation

docker pull gitea.thz.freetale.me/freetale/btc-bot/front:76177e51e51dce29e3239affc7dbf197eb122b99
sha256:df231b655cf50ad430bb6cddb718b8dc199c834f107604c0a228b4415cceef5c

Images

Digest OS / Arch Size
5d54c6b246 linux/amd64 42 MiB

Image Layers ( linux/amd64)

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