refactor: use image field in docker-compose to leverage docker buildx for caching purposes
This commit is contained in:
@@ -5,6 +5,10 @@ Rust-based integration testing framework for Tycho protocol implementations.
|
||||
## How to Run
|
||||
|
||||
```bash
|
||||
# Build the images
|
||||
docker buildx build -f postgres.Dockerfile -t protocol-testing-db:latest --load .
|
||||
docker buildx build -f run.Dockerfile -t protocol-testing-test-runner:latest --load .
|
||||
|
||||
# Export necessary env vars
|
||||
export RPC_URL=..
|
||||
export SUBSTREAMS_API_TOKEN=..
|
||||
|
||||
Reference in New Issue
Block a user