mirror of
https://github.com/Noratrieb/vps.git
synced 2026-01-14 16:55:00 +01:00
Create cargo-bisect-rustc.sh
This commit is contained in:
parent
ed25297503
commit
4caaf53c8e
1 changed files with 8 additions and 0 deletions
8
run_scripts/cargo-bisect-rustc.sh
Normal file
8
run_scripts/cargo-bisect-rustc.sh
Normal file
|
|
@ -0,0 +1,8 @@
|
||||||
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
|
set -eu pipefail
|
||||||
|
|
||||||
|
docker run -d --name cargo-bisect-rustc-service --net=internal --restart=always \
|
||||||
|
"-v=/apps/cargo-bisect-rustc-service/db:/app/db" \
|
||||||
|
"-e=SQLITE_DB=/app/db/db.sqlite" "-e=RUST_LOG=debug" \
|
||||||
|
docker.nilstrieb.dev/cargo-bisect-rustc-service:1.8
|
||||||
Loading…
Add table
Add a link
Reference in a new issue