Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
iamnp authored Oct 25, 2024
1 parent 34c0285 commit 3dfd290
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ Lido DAO Aragon omnibus voting scripts.

## 🐳 Docker: quick and easy environment setup
**The no-brainer workflow for setting up a Docker container to run scripts & tests**

Clone the repo and build a fresh image:
```shell
git clone [email protected]:lidofinance/scripts.git
cd scripts
git checkout "feat/docker"
docker build -t scripts-env .
```
Set up all the ENV VARs you are using:
Expand All @@ -47,7 +47,7 @@ ssh root@localhost -p 2222
>
> Use the password specified in $ROOT_PASSWORD when prompted
You now have a fully functional environment to run scripts & tests in, which already contains the repo from which the image was built:
You now have a fully functional environment to run scripts & tests in, which already contains the repo from which the image was built, for example:
```shell
poetry run brownie test tests/acceptance/test_accounting_oracle.py -s
```
Expand Down

0 comments on commit 3dfd290

Please sign in to comment.