diff --git a/run.sh b/run.sh new file mode 100644 index 0000000..561ef51 --- /dev/null +++ b/run.sh @@ -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 \ No newline at end of file