freetale
  • Joined on 2025-05-22

btc-bot/front (235229e2a631f5d7f2dd5d5929221badda7d1918)

Published 2025-09-20 00:34:32 +07:00 by freetale

Installation

docker pull gitea.thz.freetale.me/freetale/btc-bot/front:235229e2a631f5d7f2dd5d5929221badda7d1918
sha256:8d76b94179f05d38d6deb0312df3d20b8445931f83e1bd8caee7c6605370d06b

Images

Digest OS / Arch Size
4e34343a54 linux/amd64 41 MiB

Image Layers ( linux/amd64)

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