Skip to content

Latest commit

 

History

History
27 lines (15 loc) · 338 Bytes

README.md

File metadata and controls

27 lines (15 loc) · 338 Bytes

MPF Crash Reporter Backend

Backend for the MPF Crash Reporter

Building

cargo build

or:

docker build -t mpf-crash-reporter .

Running

cargo run

or:

docker run -it --rm --name mpf-crash-reporter-instance mpf-crash-reporter

or:

helm install helm-chart/mpf-crash-reporter