mirror of
https://github.com/tlsnotary/tlsn.git
synced 2026-01-07 22:03:58 -05:00
fix(harness): pull latest docker images (#941)
This commit is contained in:
@@ -2,7 +2,7 @@
|
||||
|
||||
In the root folder of this repository, run:
|
||||
```
|
||||
docker build -t tlsn-bench . -f ./crates/harness/harness.Dockerfile
|
||||
docker build --pull -t tlsn-bench . -f ./crates/harness/harness.Dockerfile
|
||||
```
|
||||
|
||||
Next run the benches with:
|
||||
@@ -14,4 +14,4 @@ The `--privileged` parameter is required because this test bench needs permissio
|
||||
To run the benches in a browser run:
|
||||
```
|
||||
+docker run -it --privileged -v ./crates/harness/:/benches tlsn-bench bash -c "cd /; runner setup; runner --target browser test"
|
||||
```
|
||||
```
|
||||
|
||||
Reference in New Issue
Block a user