freetale
  • Joined on 2025-05-22

btc-bot/front (0cf327517fb0636f9e32fdb1d35ceb66a379569e)

Published 2025-09-22 22:14:49 +07:00 by freetale

Installation

docker pull gitea.thz.freetale.me/freetale/btc-bot/front:0cf327517fb0636f9e32fdb1d35ceb66a379569e
sha256:22cba2bd3f5349ab1b31aee7efa827c6de9569bcfe340352859513aae3e9c015

Images

Digest OS / Arch Size
7b7a8d3461 linux/amd64 42 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"]