freetale
  • Joined on 2025-05-22

btc-bot/front (500fa80c29f7fec1f8585e19a2c215b70ef83f4b)

Published 2026-02-08 23:31:59 +07:00 by freetale

Installation

docker pull gitea.thz.freetale.me/freetale/btc-bot/front:500fa80c29f7fec1f8585e19a2c215b70ef83f4b
sha256:b237cb25c6aa4b888bb7920fdc8fe28b790116d644cb5de518570e4311db892e

Images

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