Skip to content

Commit

Permalink
more docs
Browse files Browse the repository at this point in the history
  • Loading branch information
skudasov committed Oct 31, 2024
1 parent e8fa0a6 commit 2726341
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion book/src/lib/k8s/REMOTE_RUN.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
## How to run the same environment deployment inside k8s

You can build a `Dockerfile` to run exactly the same environment interactions inside k8s in case you need to run long-running tests
Base image is [here](Dockerfile.base)
Base image is [here](https://github.com/smartcontractkit/chainlink-testing-framework/blob/main/lib/k8s/Dockerfile.base)

```Dockerfile
FROM <account number>.dkr.ecr.us-west-2.amazonaws.com/test-base-image:latest
Expand Down

0 comments on commit 2726341

Please sign in to comment.