triage360-server (0.1.2)
Published 2025-09-02 17:45:14 +00:00 by matthew
Installation
docker pull git.opcodes.dev/matthew/triage360-server:0.1.2sha256:0fe65579810300fac751155f6ed50b0ce7bb01f792e8c51cb9bfb3e42a5037cdImage Layers
| # debian.sh --arch 'amd64' out/ 'trixie' '@1754870400' |
| WORKDIR /app |
| RUN /bin/sh -c apt-get update && apt-get install -y libssl-dev libpq-dev && rm -rf /var/lib/apt/lists/* # buildkit |
| COPY /app/target/release/heartbeat . # buildkit |
| COPY /app/templates ./templates # buildkit |
| ENTRYPOINT ["/app/heartbeat"] |