mirror of
https://github.com/Noratrieb/cargo-bisect-rustc-service.git
synced 2026-01-14 16:25:01 +01:00
run.sh
This commit is contained in:
parent
5112faee98
commit
f391b59f79
1 changed files with 4 additions and 0 deletions
4
run.sh
Normal file
4
run.sh
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
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" \
|
||||
docker.nilstrieb.dev/cargo-bisect-rustc-service:1.3
|
||||
Loading…
Add table
Add a link
Reference in a new issue