mtgarena-coach (sha256:a293867a0933433b6120f077835ae5e10ea3f63cbf7caf48892c99291881b016)

Published 2026-07-06 13:11:41 +00:00 by loke

Installation

docker pull git.lorenzoiovino.com/loke/mtgarena-coach@sha256:a293867a0933433b6120f077835ae5e10ea3f63cbf7caf48892c99291881b016
sha256:a293867a0933433b6120f077835ae5e10ea3f63cbf7caf48892c99291881b016

Image layers

# debian.sh --arch 'amd64' out/ 'bookworm' '@1782172800'
RUN /bin/sh -c apt-get update && apt-get install -y --no-install-recommends ca-certificates && rm -rf /var/lib/apt/lists/* # buildkit
WORKDIR /app
COPY /app/target/release/mtga-coach-server /usr/local/bin/mtga-coach-server # buildkit
COPY /web/build ./webapp/build # buildkit
COPY configs/server.docker.json ./config.json # buildkit
EXPOSE [9000/tcp]
CMD ["mtga-coach-server" "--config" "/app/config.json"]
Details
Container
2026-07-06 13:11:41 +00:00
1
OCI / Docker
linux/amd64
38 MiB
Versions (4) View all