triage360-server (1.0.2)
Published 2026-01-12 22:41:09 +00:00 by matthew
Installation
docker pull git.opcodes.dev/matthew/triage360-server:1.0.2sha256:0e840a7efeaea544be5c2fbe66ffc94f2a1d58c666b7dfa14cc621338b178ea6Image Layers
| # debian.sh --arch 'amd64' out/ 'trixie' '@1766966400' |
| 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"] |