mirror of
https://github.com/Noratrieb/cargo-bisect-rustc-service.git
synced 2026-01-14 08:15:01 +01:00
4 lines
No EOL
224 B
Bash
4 lines
No EOL
224 B
Bash
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 |