triage360-server (0.5.1)
Published 2025-10-22 19:25:43 +00:00 by matthew
Installation
docker pull git.opcodes.dev/matthew/triage360-server:0.5.1sha256:5a7277747b215e2c453da1b3307084db1b4262e5555c730fc9e94f35603f0912Image Layers
| # debian.sh --arch 'amd64' out/ 'trixie' '@1760918400' |
| WORKDIR /app |
| RUN /bin/sh -c apt-get update && apt-get install -y libssl-dev libpq-dev weasyprint && rm -rf /var/lib/apt/lists/* # buildkit |
| COPY /app/target/release/heartbeat . # buildkit |
| COPY /app/templates ./templates # buildkit |
| ENTRYPOINT ["/app/heartbeat"] |